.videobg,
.videoleftwrapper {
    /* display:inline-block; */
    /* vertical-align:middle; */
    width: 50%;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    list-style: none;
}

.videoleftwrapper {
    max-width: calc(100% - 8vw);
    max-width: min(60vw, 85%);
    width: 100%;
    margin: 0 auto;
}

.videobg {
    position: relative;
}

.videobg img {
    width: 100%;
}

.video-section {
    position: relative;
}

.videoOuterWrapper1 {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videoOuterWrapper1>div>img,
.videoOuterWrapper1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.videoDetail span {
    padding: 0 14px;
}

span.youtubeplay {
    /* position: absolute;
	top: 50%;
	left: 50%;
	width: 5%;
	transform: translate(-50%, -50%); */
    padding-top: 15px;
    display: block;
}

span.youtubeplay a {
    font-size: 18px;
    color: var(--site-color);
    text-decoration: underline;
}

div#videoSection {
    padding: 7vw 0 9vw;
}

.video-embed,
li.video {
    position: relative;
}

.thumbnail-img,
.thumbnail-image,
.videoiframe-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videoimage img,
.videoiframe-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-subtitle,
div#videoTitle {
    position: absolute;
    color: #fff;
    bottom: 0;
}

.video-embed,
li.video {
    position: relative;
    cursor: pointer;
}

.video-thumbnails {
    max-width: 100%;
    padding-top: 18px;
}

div#videoTitle {
    font-size: 21px;
    bottom: 37px;
    left: 32px;
}

.thumbnail-img span.youtubeplay {
    position: absolute;
    right: 3%;
    bottom: 4%;
    left: unset;
    top: unset;
    width: 44px;
    height: 44px;
    transform: none;
    /* -webkit-transform: translate(-50%, -50%); */
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.video-subtitle {
    bottom: 0%;
    font-size: 11px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.thumbnail-image span.youtubeplay {
    width: 15%;
}

div#videoSection .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

div#videoSection .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

ul.owl-carousel {
    padding: 0;
}

ul {
    list-style: none;
}

.youtubeplay img {
    width: 100%;
}

div#videoSection .owl-nav button {
    top: 50%;
}

div#playbutton img {
    /* background-color: rgb(255,255,255,0.7); */
    /* border-radius: 50px; */
    /* padding: 11px 8px; */
    /* width: 100%; */
    /* padding-left: 15px; */
    /* cursor: pointer; */
    transition: ease all 0.5s;
}

#playbutton {
    text-decoration: underline;
    color: #EFBAB5;
    font-size: 0.95vw;
}

div#playbutton img:hover {
    opacity: 0.5;
    transition: ease all 0.5s;
}

.video-embed span.youtubeplay {
    display: none;
}

.videoleftwrapper,
.videorightwrapper {
    /* display: inline-block; */
    /* vertical-align: top; */
}

.videorightwrapper {
    width: 21%;
    margin-left: 6%;
}

.videoTitle.title {
    text-align: center;
    font-size: 0;
    line-height: 1;
}

.owl-item.active2 {
    /* display: none; */
}

li.video:after {
    content: "";
    /* width: 80px; */
    /* height: 50px; */
    /* background: transparent; */
    /* display: inline-block; */
    /* position: absolute; */
    /* z-index: 9999; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
    /* cursor: pointer; */
}

#videoSectionstart .owl-nav.disabled {}

@media only screen and (max-width: 767px) {
    #playbutton {
        text-decoration: underline;
        color: #fff;
        font-size: 20px;
    }
    div#videoSection {
        /* padding: 25vh 0; */
        /* background: url(../images/videobg_mob.png) no-repeat, rgb(0, 0, 0, 0.7); */
        /* background-position: center; */
        /* background-size: cover; */
        /* padding-top: 0; */
        padding: 98px 0;
    }
    .videoleftwrapper,
    .videorightwrapper {
        display: block;
        margin: 0 auto;
    }
    .videorightwrapper {
        width: 70%;
        margin: 0 auto;
        padding: 11% 0;
    }
    .videoleftwrapper {
        max-width: 85%;
    }
    .videoTitle.title {
        margin: 0 auto 30px;
        max-width: 200px;
    }
    ul.owl-carousel {
        width: 100%;
    }
    .video-thumbnails {
        max-width: 100%;
        margin: 37px 0 0;
        padding: 0;
    }
    li.video+li {
        margin: 37px 0 0;
    }
    .owl-nav.disabled {
        /* display: none !important; */
    }
    .thumbnail-img span.youtubeplay {
        top: 50%;
        left: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
    .thumbnail-image span.youtubeplay {
        width: 25%;
    }
    .video-embed span.youtubeplay {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    div#videoSection {
        padding: 110px 0;
    }
    .videoleftwrapper {
        /* max-width: 500px; */
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    div#videoSection {
        background-position: top;
    }
}