.video-content-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}

.video-content-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.video-list.owl-carousel .owl-item {
    opacity: 1;
    /* pointer-events: none; */
}

ul.video-list.owl-carousel .owl-nav div.owl-prev,
ul.video-list.owl-carousel .owl-nav div.owl-next {
    top: 50%;
    width: 210px;
    z-index: 2;
}

ul.video-list.owl-carousel .owl-nav div.owl-prev {
    left: 0;
}

ul.video-list.owl-carousel .owl-nav div.owl-next {
    right: 0;
}

ul.video-list.owl-carousel:before {
    content: "";
    position: absolute;
    left: 0;
    width: 285px;
    box-sizing: border-box;
    height: 100%;
    background: -ms-linear-gradient(to right, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: -moz-linear-gradient(to right, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: -o-linear-gradient(to right, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: -webkit-linear-gradient(to right, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: linear-gradient(to right, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    z-index: 1;
    top: 0;
}

ul.video-list.owl-carousel:after {
    content: "";
    position: absolute;
    right: 0;
    margin: 0;
    width: 285px;
    box-sizing: border-box;
    height: 100%;
    background: -ms-linear-gradient(to left, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: -moz-linear-gradient(to left, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: -o-linear-gradient(to left, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: -webkit-linear-gradient(to left, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    background: linear-gradient(to left, rgba(229, 219, 211, 0.9) 0%, rgba(229, 219, 211, 0.9) 25%, rgba(229, 219, 211, 0.8) 71%, rgba(229, 219, 211, 0) 100%);
    z-index: 1;
    top: 0;
}

.video-section .more-button a {
    color: #e5dbd3;
    text-align: center;
    display: block;
    border: 1px solid #000000;
    width: 200px;
    margin: 0 auto;
    font-size: 16px;
    padding: 14px;
    margin-top: 30px;
    background: #000;
    box-sizing: border-box;
    font-family: "proxima-nova", sans-serif;
}

.video-section .more-button a:hover {
    background: #e5dbd3;
    color: #000000;
}

.video-section .title {
    margin: 0 0 20px 2.6041666666666665vw;
    margin-bottom: 3.3333333333333335vw;
}

.landingpage-container>div.video-section {
    margin: 120px 0;
    /* overflow: hidden; */
}

.landingpage-container>div.video-section {
    max-width: 97.2%;
    margin: 120px auto;
    /* overflow: hidden; */
    margin: 0 auto;
    padding-top: 6.354166666666667vw;
    margin-left: 2.6041666666666665vw;
}

@media only screen and (min-width: 1440px) {
    .landingpage-container>div.video-section {
        max-width: 97.2%;
        margin: 120px auto;
        /* overflow: hidden; */
        margin: 0 auto;
        padding-top: 6.354166666666667vw;
        margin-left: 2.6041666666666665vw;
    }
}

@media only screen and (max-width: 1023px) {
    /*ul.video-list.owl-carousel:before, ul.video-list.owl-carousel:after{
		background:none;
	}
	ul.video-list.owl-carousel:before, ul.video-list.owl-carousel:after{
		z-index: -1;
		display: none;
	}*/
    ul.video-list.owl-carousel .owl-nav div.owl-prev {
        left: -10px;
    }
    ul.video-list.owl-carousel .owl-nav div.owl-next {
        right: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .landingpage-container>div.video-section {
        width: 100%;
        max-width: 100%;
        margin: 0 0 80px 0;
        margin-left: 0;
    }
    ul.video-list.owl-carousel:before,
    ul.video-list.owl-carousel:after {
        width: 65px;
        content: "";
    }
}


/* new video css */

.overlay-img,
.video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-title {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: calc(10%);
    left: calc(10%);
    transform: translate(-50%);
    cursor: pointer;
}

.video-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.8125vw;
    height: 7.8125vw;
}

.video-list.owl-carousel:before {
    content: "";
    position: absolute;
    left: 0;
    width: 285px;
    box-sizing: border-box;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 0;
}

.video-list.owl-carousel:after {
    content: "";
    position: absolute;
    right: 0;
    margin: 0;
    width: 285px;
    box-sizing: border-box;
    height: 100%;
    z-index: 1;
    top: 0;
}

.video-carousel .owl-carousel .owl-item {
    opacity: 1;
}

a.image-zero img {
    border-radius: 1.0416666666666667vw;
}

.video-carousel {
    overflow: hidden;
}

.video-name {
    font-size: 1.3020833333333333vw;
    color: #fff;
    position: absolute;
    z-index: 1000;
    bottom: 2%;
    left: 2%;
}

.video-title:hover {
    opacity: .5;
}

@media only screen and (max-width: 767px) {
    .video-list.owl-carousel:before,
    .video-list.owl-carousel:after {
        width: 65px;
        content: "";
    }
}

@media only screen and (max-width: 1023px) {
    .video-list.owl-carousel .owl-nav div.owl-prev,
    .video-list.owl-carousel .owl-nav div.owl-next {
        width: auto;
        height: 40px;
    }
    .video-list.owl-carousel .owl-nav div.owl-next {
        right: -10px;
    }
    .video-list.owl-carousel .owl-nav div.owl-prev {
        left: -10px;
    }
    .video-title {
        /* transform: unset; */
        width: 69px;
        height: 69px;
    }
}