.thumbSection {
    padding-top: 1%;
    padding-bottom: 0%;
    color: var(--colorWhite);
    background-color: black;
}

.thumbSection.homeCarousel {
    padding-bottom: 2%;
    background-color: black;
}

.thumbSection.lightCarousel {
    padding-bottom: 2%;
    background-color: white;
}

.thumbTitle {
    font-size: 1.4vw !important;
    line-height: 1.25vw;
    font-weight: 600;
    margin: 0 0 3% 12px;
    color: #FFFFFF;
}

.thumbTitle.lightCarousel {
    color: #000000;
}

.thumbTitle.homeCarousel {
    font-size: 2.4rem !important;
    line-height: 14px;
    font-weight: 600;
    margin: 0 0 3% 12px;
    color: #FFFFFF;
}

.fa.carousel {
    font-size: 18px !important;
    color: white;
}

.vtbtn.icarouselbtn {
    border: none !important;
    background-color: transparent;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 250px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    font-size: 1vw;
    line-height: 2vw;
    color: #000;
}

.vlog-format-action.large i {
    font-size: 32px !important;
}

.vlog-featured-slider .owl-prev .fa {
    margin-right: 3px;
    margin-top: 13px;
}

.vlog-featured-slider .owl-next .fa {
    margin-left: 3px;
    margin-top: 13px;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.thumbCaption {
    font-size: 1vw !important;
    line-height: 2vw;
    font-weight: 500;
    margin: 0 0 1% 12px;
    color: #FFFFFF;
}

.thumbCaption.lightCarousel {
    font-size: 1vw !important;
    line-height: 2vw;
    font-weight: 500;
    margin: 0 0 1% 12px;
    color: #000000;
}

.thumbTiles.swiper-container {
    padding: 0 4%;
}

.thumbTile {
    /*width: 200px;*/
    width: 20%;
}

.thumbTile__image {
    width: 100%;
    border-radius: var(--tileBorderRadius);
}

.swiper-slide.homeCarousel img {
    min-width: 210px !important;
    max-width: 300px !important;
    object-fit: cover !important;
    max-height: 140px !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.swiper-slide.vertical h2 {
    font-size: 1.6rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.swiper-slide.vertical img {
    /*min-width: 200px;*/
    min-width: 200px !important;
    max-width: 200px !important;
    object-fit: contain !important;
    max-height: 300px !important;
    -webkit-transition: all 0.3s ease-in-out;
}

.swiper-slide.vertical:hover img {
    transform: scale(1.03);
}

.thumbTiles .swiper-button-prev,
.thumbTiles .swiper-button-next {
    height: 57%;
    width: 3.4%;
    /*width: calc(4%-3px);*/
    top: 0;
    bottom: 0;
    margin: 0;
    background-color: transparent;
    /*background-color: red;*/
    color: #fff;
    background-image: none;
}

.thumbTiles .swiper-button-next {
    right: 0;
    border-top-left-radius: var(--tileBorderRadius);
    border-bottom-left-radius: var(--tileBorderRadius);
}

.thumbTiles .swiper-button-prev {
    left: 0;
    border-top-right-radius: var(--tileBorderRadius);
    border-bottom-right-radius: var(--tileBorderRadius);
}

.swiper-slide h2 {
    font-size: 1.6rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.swiper-slide img {
    /*min-width: 200px;*/
    min-width: 200px !important;
    max-width: 200px !important;
    object-fit: cover !important;
    max-height: 112px !important;
    -webkit-transition: all 0.3s ease-in-out;
}

.swiper-slide:hover img {
    transform: scale(1.03);
}

.thumbTiles .swiper-button-prev::after,
.thumbTiles .swiper-button-next::after {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    transition: transform 0.1s ease-out;
}

.vtcarousel-footer {
    text-align: center;
    margin-top: 10px;
}

.vtcarousel-footer.watch{
    text-align: center;
    margin-top: -23px;
    
}

.vtcarousel-footer.light.watch{
    text-align: center;
    margin-top: 6px;
    
}

.vtcarousel-footer.top {
    float: right;
    margin-right: 30px;
    margin-top: -46px;
}

.vtcarousel-footer a {
    border-style: solid !important;
    border-width: thin;
    border-color: #ea2127;
    padding: 3px 9px;
    color: #ea2127;
    font-size: 14px;
}

.vtcarousel-footer.watch a {
    border-style: solid !important;
    border-width: thin;
    border-color: #ea2127;
    padding: 3px 9px;
    color: #ea2127;
    font-size: 14px;
}

@media screen and (min-width: 320px) {
    .thumbSection {
        padding-bottom: 5%;
    }
    .swiper-slide {
        width: 230px !important;
        max-height: 120px !important;
    }
    .swiper-slide.vertical {
        width: 200px !important;
        max-height: 300px !important;
        margin-right: 0px !important;
    }
    .thumbTitle {
        font-size: 2.7vw !important;
        line-height: 3.3vw;
        font-weight: 600;
        margin: 0 0 3% 12px;
        color: white;
    }
    .thumbTitle.lightCarousel {
        line-height: 2vw;
        margin: 0 0 2% 12px;
        color: #000000;
    }
    .fa.carousel {
        font-size: 11px !important;
    }
    .modal-content {
        font-size: 2vw;
        line-height: 3vw;
    }
    .thumbCaption {
        font-size: 2vw !important;
        line-height: 2vw;
        margin: 0 0 2% 12px;
        color: #FFFFFF;
    }
    .thumbCaption.lightCarousel {
        color: #000000;
    }
    .thumbTiles .swiper-button-prev {
        left: 5px;
        border-top-right-radius: var(--tileBorderRadius);
        border-bottom-right-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-next {
        right: 5px;
        border-top-left-radius: var(--tileBorderRadius);
        border-bottom-left-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-prev,
    .thumbTiles .swiper-button-next {
        height: 68%;
        width: 3.4%;
        /*width: calc(4%-3px);*/
        top: 0;
        bottom: 0;
        margin: 0;
        background-color: transparent;
        /*background-color: red;*/
        color: #fff;
        background-image: none;
    }
    .vtcarousel-footer.watch {
        text-align: center;
        margin-top: 10px;
    }
    
}

@media screen and (min-width: 640px) {
    .thumbSection {
        padding-bottom: 5%;
    }
    .thumbTiles .swiper-button-prev {
        left: 4px;
        border-top-right-radius: var(--tileBorderRadius);
        border-bottom-right-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-next {
        right: 4px;
        border-top-left-radius: var(--tileBorderRadius);
        border-bottom-left-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-prev,
    .thumbTiles .swiper-button-next {
        height: 67%;
        width: 3.4%;
        /*width: calc(4%-3px);*/
        top: 0;
        bottom: 0;
        margin: 0;
        background-color: transparent;
        /*background-color: red;*/
        color: #fff;
        background-image: none;
    }
    .thumbTiles .swiper-button-prev::after,
    .thumbTiles .swiper-button-next::after {
        font-style: 2.4vw;
        display: none;
    }
    .thumbTiles .swiper-button-prev:hover::after,
    .thumbTiles .swiper-button-next:hover::after {
        transform: scale(1.25);
    }
    .thumbTiles:hover .swiper-button-prev::after,
    .thumbTiles:hover .swiper-button-next::after {
        display: block;
    }
    .thumbTitle {
        font-size: 3vw !important;
        line-height: 3vw;
        font-weight: 600;
        margin: 0 0 3% 12px;
        color: white;
    }
    .thumbTitle.lightCarousel {
        font-size: 2.5vw !important;
        line-height: 1vw;
        font-weight: 600;
        margin: 0 0 2% 12px;
        color: #000000;
    }
    .fa.carousel {
        font-size: 14px !important;
    }
    .modal-content {
        font-size: 2vw;
        line-height: 3vw;
    }
    .thumbCaption {
        font-size: 2vw !important;
        line-height: 2vw;
        margin: 0 0 2% 12px;
        color: #FFFFFF;
    }
    .thumbCaption.lightCarousel {
        color: #000000;
    }
    .swiper-slide {
        width: 230px !important;
        max-height: 120px !important;
    }
    .swiper-slide.vertical {
        width: 200px !important;
        max-height: 300px !important;
        margin-right: 0px !important;
    }
    .vtcarousel-footer.watch {
        text-align: center;
        margin-top: -36px;
    }

}

@media screen and (min-width: 768px) {
    .thumbSection {
        padding-bottom: 5%;
    }
    .swiper-slide {
        width: 200px !important;
        max-height: 120px !important;
    }
    .swiper-slide.vertical {
        width: 200px !important;
        max-height: 300px !important;
        margin-right: 0px !important;
    }
    .thumbTitle {
        font-size: 2vw !important;
        line-height: 2.5vw;
        font-weight: 600;
        margin: 0 0 3% 12px;
        color: white;
    }
    .thumbTitle.lightCarousel {
        font-size: 20px !important;
        line-height: 0;
        margin: 0 0 2% 12px;
        color: #000000;
    }
    .fa.carousel {
        font-size: 14px !important;
    }
    .modal-content {
        font-size: 1.5vw;
        line-height: 2.7vw;
    }
    .thumbCaption {
        font-size: 1.75vw !important;
        line-height: 2vw;
        margin: 0 0 2% 12px;
        color: #FFFFFF;
    }
    .thumbCaption.lightCarousel {
        color: #000000;
    }
    .thumbTiles .swiper-button-prev {
        left: 3px;
        border-top-right-radius: var(--tileBorderRadius);
        border-bottom-right-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-next {
        right: 3px;
        border-top-left-radius: var(--tileBorderRadius);
        border-bottom-left-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-prev,
    .thumbTiles .swiper-button-next {
        height: 61%;
        width: 3.4%;
        /*width: calc(4%-3px);*/
        top: 0;
        bottom: 0;
        margin: 0;
        background-color: transparent;
        /*background-color: red;*/
        color: #fff;
        background-image: none;
    }
    .vtcarousel-footer.watch {
        margin-top: -48px;
    }
}

@media screen and (min-width: 1024px) {
    .thumbSection {
        padding-bottom: 0%;
    }
    .swiper-slide {
        width: 210px !important;
        max-height: 120px !important;
    }
    .swiper-slide img {
        /*min-width: 200px;*/
        min-width: 205px;
        max-width: 205px;
        object-fit: cover;
        max-height: 115px;
    }
    .swiper-slide.vertical {
        width: auto !important;
        max-height: 300px !important;
        margin-right: -10px !important;
    }
    .swiper-slide.vertical img {
        /*min-width: 200px;*/
        min-width: 205px !important;
        max-width: 205px !important;
        object-fit: contain !important;
        max-height: 300px !important;
    }
    .thumbTitle {
        font-size: 1.4vw !important;
        line-height: 1vw;
        font-weight: 600;
        margin: 0 0 3% 12px;
        color: white;
    }
    .thumbTitle.lightCarousel {
        font-size: 24px !important;
        line-height: 0vw;
        margin: 0 0 2% 12px;
        color: #000000;
    }
    .fa.carousel {
        font-size: 14px !important;
    }
    .modal-content {
        font-size: 1vw;
        line-height: 2vw;
    }
    .thumbCaption {
        font-size: 1.2vw !important;
        line-height: 2vw;
        margin: 0 0 1% 12px;
        color: #FFFFFF;
    }
    .thumbCaption.lightCarousel {
        margin: 0 0 2% 12px;
        color: #000000;
    }
    .thumbTiles .swiper-button-prev {
        left: 2px;
        border-top-right-radius: var(--tileBorderRadius);
        border-bottom-right-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-next {
        right: 2px;
        border-top-left-radius: var(--tileBorderRadius);
        border-bottom-left-radius: var(--tileBorderRadius);
    }
    .thumbTiles .swiper-button-prev,
    .thumbTiles .swiper-button-next {
        height: 61%;
        width: 3.4%;
        /*width: calc(4%-3px);*/
        top: 0;
        bottom: 0;
        margin: 0;
        background-color: transparent;
        /*background-color: red;*/
        color: #fff;
        background-image: none;
    }
}