.video-wrapper {
    width: 100%;

    margin: 2vw 0;
}

ul.videosection {
    width: 100%;
    padding: 0;
}

li.videoWrapper {
    position: relative;
}

.play-button1.playicon-play {
    top: 50%;
    position: absolute;
    width: 5.156vw;
    height: 5.156vw;
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
}

.play-button1.playicon-play:hover {
    opacity: 0.7;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.owl-nav>div {
    width: 1.250vw;
}

.video-wrapper .owl-carousel .owl-nav .owl-prev,
.video-wrapper .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 1.250vw;
    height: 1.25vw;
    transform: translate(-50%, -50%);
    top: 50%;
}

.video-wrapper .owl-carousel .owl-nav .owl-prev {
    left: 2vw;
}

.video-wrapper .owl-carousel .owl-nav .owl-next {
    right: 1vw;
}

.video-wrapper .owl-carousel .owl-nav .owl-prev:hover,
.video-wrapper .owl-carousel .owl-nav .owl-next:hover {
    opacity: 0.5;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {

    .video-wrapper .owl-carousel .owl-nav .owl-prev,
    .video-wrapper .owl-carousel .owl-nav .owl-next {
        width: 4.4vw;
        height: 9.4vw;
    }

    .video-wrapper .owl-carousel .owl-nav .owl-next {
        right: -2vw;
    }
}