#flag-video {
    font-size: calc(12px + (21 - 12) * ((100vw - 300px) / (1600 - 300)));
    float: right;
    color: #b30000;
}
#flag-video:hover {
    cursor: pointer;
    color: #ff0832;
}
#voting_video {
    width: 150px;
    padding-left: 5px;
    margin-top: 10px;
}
#voting_video #down,
#voting_video #up {
    padding-bottom: 0;
    margin-bottom: 0;
}
p#down-text,
p#up-text {
    padding: 0;
    margin: 0;
}

.up-thumb i:hover,
.down-thumb i:hover {
    color:var(--sx-pink); box-shadow:0 0 0 3px #ff007f22;
}

.breadcrumbs {
    font-size: 13px;
    color: #ccc;
    margin: 12px 0 4px 17px;
}
.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs a:visted {
    color: var(--sx-amber);
}
.breadcrumbs span {
    color: #888;
}
#p {
    position: relative;
    padding-bottom: 38.29%;
    height: 200px;
    width:100%;
    margin: 0 26em 0 0;
    background:#000;
    aspect-ratio:16/9;overflow:hidden;
}

#p iframe {
    position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#sideBar {
    margin-top: 0 !important;
    width: 400px;
    height: auto;
    float: right;
}
#videoFrame {
    width: 100%;
    height:1400px;
		clear:both;
}
#videoFrame a:hover {
    color: var(--sx-pink);
}
#titleFlag {
    width: 560px;
    text-decoration: none;
    margin-bottom: 15px;
}
#titleFlag a {
    text-decoration: none;
    color: var(--sx-pink);
}
#nat {
    border-top: solid 1px #888;
    padding-top: 4px;
    width: 900px;
    margin-left: 9px;
}
#voting_video button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding-bottom: 10px;
}
#videoBox {
    width: 70%;
    height: 1200px;
    margin: 20px auto auto;
    
}
#video-container{
background:#000;
box-shadow: var(--sx-shadow-pink);
border-radius: 16px;
overflow: hidden;
width:100%;
}

#videoInfoContain {
    float: left;
    width: 97%;
    background:var(--sx-bg-2); padding:16px; border-radius:16px; margin-top:12px; 
}
#titleText {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    width: 100%;
    color:var(--sx-text-0);
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}
#PornBanner,
#mobilePorn {
    display: none;
}
#down,
#up {
    border: none;
    color: #b6b6b6;
    background:rgba(255,255,255,.05); color:var(--sx-text-1); padding:8px 12px; border-radius:999px; border:1px solid transparent; transition:.25s; 
}
#titleText {
    padding-left: 0;
}
@media screen and (max-width: 1162px) {
    #sideBar {
        display: none;
    }
    #videoBox {
        width: 94%;
    }
    #p {
    height: 200px;
    width:100%;
}
}
@media screen and (max-width: 800px) {
    #titleText {
        width: 97%;
        margin-bottom:12px !important;
    }
    #p {
        position: relative;
        padding-bottom: 20.29%;
        height: 200px;
        width: 100%;
    }
    #videoBox {
        width: 98%;
        height:431px;
        margin:auto;
    }

}
@media screen and (max-width: 620px) {
    #videoBox {
        width: 100%;
        margin: auto;
    }
    #p,
    #titleflag,
    #videoInfoContain {
        width: 100%;
    }
    #p iframe {
        width: 95%;
    }
    #videoFrame {
        overflow-x: hidden;
    }
    #mobilePorn {
        display: block;
        width: 300px;
        margin: auto;
        margin-top: 10px;
    }
    #PornBanner {
        display: none;
    }
}
