#catContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    min-height: 800px;
}
.catItem {
    text-align: center;
}
.contentContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.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: #3A86FF;
}

.breadcrumbs span {
    color: #888;
}

.content-banner{
    margin-bottom:20px;
    color: #8B949E
}
.content-banner a{
    color:#7DD3FC;
}
.catDescription {
    text-decoration: none;
    color: inherit;
}
.catDescription:hover {
    color: #3A86FF;
}
#catContainer span {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.h3-header {
    float: left;
}

#side-ad-mobile{
        display:none;
    }

#a,
#flag-video,
#headerAd,
#side {
    float: right;
}
#ageCheck,
#sidebar li a,
.gridItem .title {
    text-align: center;
}
#loading {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 0;
    text-align: center;
}
body,
html {
    padding: 0;
    margin: 0;
    background-color: #0D1117;
    position: relative;
    color: #b6b6b6;
}
.h3-header {
    height: 25px;
    margin-top: 23px;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
#links {
    clear: both;
    padding: 10px 0 0 12px;
    width: 400px;
}
#ageCheck {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black overlay */
            z-index: 998;
            display: flex;
            justify-content: center;
            align-items: center;
        }

#ageContainer {
            width: 500px;
            background-color: #0D1117;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            opacity: 1; /* This is now just for clarity - it's the default */
        }
#ageContainer button {
            border: none;
            height: 50px;
            width: 300px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            border-radius: 8px;
            margin: 10px 0;
            transition: background-color 0.3s ease;
        }

#tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
  width:100%
}

.tag-pill {
  background-color: #F15BB5;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.35);
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 12px;
  text-transform: lowercase;
  text-decoration: none;
}

.tag-pill-tag {
  color: #fff;
  padding: 6px 10px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.35);
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
  font-weight: 600;
  border-radius: 16px;
  font-size: 12px;
  text-decoration: none;
}

.niche{
    background-color: #8B949E;
    border: 1px solid #30363d;
}

.all-time{
    background-color:#5BF197;
    color:#0D1117;
}

.trending{
    background-color: #3A86FF;
}

.rising{
background-color:#10B981;
}

.hot{
background-color:#F15BB5;
}

.new{
    background-color: #8B949E;
    border: 1px solid #3A86FF;
}

.tag-pill a {
  text-decoration: none;
  color: inherit;
}

.tag-pill:hover {
  background-color: #d14c9c;
}

#over {
    color: #fff;
    background-color: #3A86FF;
    border-radius: 8px;
}
#under {
    color: #000;
    background-color: #EB4625;
    border-radius: 8px;
}
.in-block, .wrap,
.in-block-page {
    font-family: 'Inter';
}
#header h1 a,
h3 a {
    text-decoration: none;
    color: inherit;
}
.disabled {
    display: none;
}
#bottomHomePage {
    width: 900px;
    margin: 20px auto 20px auto;
}
#bottomHomePageMobile {
    display: none;
}
.rating {
    margin: 0;
    padding: 2px 0 0;
    font-size: 11px;
}
#frontpageviews {
    padding: 0 0 0 2px;
    margin: 0;
    font-size: 12px;
}
#voting_video {
    width: 150px;
    padding-left: 5px;
    margin-top: 10px;
}
p#down-text,
p#up-text {
    padding: 0;
    margin: 0;
}
#voting_video #down,
#voting_video #up {
    padding-bottom: 0;
    margin-bottom: 0;
}
#voting_video button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding-bottom: 10px;
}
#flag-video {
    font-size: calc(12px + (21 - 12) * ((100vw - 300px) / (1600 - 300)));
}
#flag-video:hover {
    cursor: pointer;
    color: #ff0832;
}
.in-block {
    width: 1400px;
    margin: auto;
}

.gridLive{
    height:753px;
}
.grid, .gridLive {
    display: flex;
    flex-wrap: wrap;
    width: 1088px;
}
.gridItem {
    height: 245px;
    position: relative;
    border-radius: 12px;
}
#viewRating {
    bottom: 0;
    margin-top: 39px;
    position: absolute;
}
.gridItem,
.gridItemNew {
    width: 266px;
    margin: 3px;
}
#adSpaceBanner .sized-frame {
    margin: auto;
}
.gridItem img,.gridLive img,
.gridItemNew img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    max-width: 240px;
    width: 240px;
    max-height: 140px;
    height: 140px;
}
.pagination {
    padding: 0 15px;
    font-size: 15px;
}
.gridItem a, .gridItemLive a,
.gridItemNew a {
    text-decoration: none;
    color: inherit;
}
.current {
    background-color: #0d0d0d;
}
.gridItem a:hover,
.gridItemNew a:hover,
.gridItemLive a:hover,
.gridCamItem a:hover {
    color: #3A86FF;
}
h3 a:hover {
    color: #000;
}
#side {
    display: inline;
}
#frontpagemobile,
#headerAdMobile,
#trafficMobile {
    display: none;
}
#videoFrame a,
.pagination a,
td a {
    text-decoration: none;
    color: inherit;
}
#title {
    font-size: 14px;
}
#adSpaceBanner iframe {
    margin: 5px auto;
    width: 800px;
    display: block;
}
#adSpaceBanner {
    margin-top: 10px;
    width: 1088px;
}
#videoFrame {
    height: 1100px;
    clear: both;
}
#videoFrame a:hover {
    color: #ff0832;
}
#nat {
    border-top: solid 1px #888;
    padding-top: 4px;
    width: 900px;
    margin-left: 9px;
}
.trafficJunkyBanner {
    margin: 10px auto;
    width: 88%;
}
.in-block-page {
    width: 1127px;
    margin: auto;
}
#headerAd {
    margin-top: 5px;
}
#cam {
    padding: 0;
    display: block;
    margin: 0;
}
#newAlert {
    font-size: 12px;
    margin-top: -9px;
    position: absolute;
}
#titleText {
    margin-bottom: 0;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}
#spotlight-cont {
    height: 600px;
    position: relative;
}
#spotlight {
    width: 68%;
    margin: auto;
    position: absolute;
    padding-top: 56.25%;
}
#spotlight iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 !important;
}
#spotlight iframe #embed_overlay {
    width: 200px !important;
    position: relative !important;
}
@media and (-webkit-min-device-pixel-ratio: 0) {
    #spotlight {
        width: 47%;
        margin: auto;
    }
}
@media screen and (max-width: 733px) {
    .adSpaceBannerFront {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }
    #bottomHomePage,
    .in-block {
        width: 98%;
    }
    .in-block {
        margin: auto;
    }
    .grid, .gridLive {
        display: flex;
        flex-wrap: wrap;
        width: 545px;
        margin: auto;
        justify-content: center;
    }
    #adSpaceBanner,
    #headerAd,
    .trafficJunkyBanner {
        display: none;
    }
    .gridItem,
    .gridItemNew {
        width: 266px;
        margin: 3px;
    }
    table {
        width: 300px;
    }
    #inblockad,
    #random {
        display: contents;
    }
    #frontpagemobile {
        display: block;
        margin: auto;
        margin-top: 20px;
        width: 320px;
        height:120px;
    }
    #videoBox {
        width: 100%;
        margin-top:20px;
    }
    #nat {
        width: 96%;
    }
    #topAd {
        margin: auto;
        width: 300px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .h3-header {
        width: 100%;
    }
    #trafficMobile {
        display: block;
        margin: auto;
    }
    .in-block-page {
        width: auto;
    }
    #headerAdMobile {
        display: block;
        float: right;
        margin-top: 5px;
    }
    #p {
        padding: none;
    }
    #videoInfoContain {
        width: 100%;
    }
    #titleflag {
        width: 100%;
    }
    #bottomHomePage {
        display: none;
    }
    #ageContainer {
        width: 100%;
    }
    #spotlight-cont {
        height: 465px;
    }
    #spotlight {
        width: 100%;
        padding-right: unset;
    }
    #spotlight iframe {
        height: 100%;
    }
    #embed_overlay {
        width: 100% !important;
    }
    
}

@media screen and (max-width:768px){
    #headerAdMobile{
        display:none;
    }
    .grid, .gridLive{
        height:2000px;
    }

    
}

@media screen and (max-width: 728px) {
    .in-block {
        width: 100%;
        margin: auto;
    }
    #inblockad {
        display: contents;
    }
    #p {
        padding: none;
    }
    .gridLive{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        justify-content: center;
        height:3200px;
        margin-bottom:150px;
    }

    #videoFrame{
        height:487px;
    }
    .grid{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        justify-content: center;
        height:2000px;
    }
    .gridItem,
    .gridItemNew {
        width: 266px;
        margin: 3px;
    }
    #random {
        display: contents;
    }
    .h3-header {
        width: 98%;
    }
    #p iframe {
        width: 100%;
        height:268px;
    }
    #p {
        width: 25%;
    }
    #videoInfoContain {
        width: 23%;
    }
    #titleflag {
        width: 100%;
    }
    #spotlight-cont {
        height: 328px;
    }
    #side-ad-desktop{
        display:none;
    }
    #side-ad-mobile{
        display:block;
    }
}
