.videoorder {
    margin-top: 25px;
}

.videoSection {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 100%;
}

.videoWrapper {
    cursor: pointer;
    position: relative;
}

.video-imag-wrapper img {
    width: 100%;
}

.play-button1.playicon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.video-title {
    font-size: 18px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 8px 0;
}

.videoPlayer.active {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto;
}

.videoPlayer.active iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videolist {
    width: 55%;
    margin: 0 auto;
}

.video-section {
    padding-bottom: 12vw;
}

.video-section .title {
    font-size: 7vw;
    margin-bottom: 2.5vw;
}
.playicon-play img:hover{
    opacity: 0.8;
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait){

    .videolist {
        width: 100%;
        margin: 0 auto;
    }

}

@media only screen and (max-width:1024px) {
    .videoSection {
        max-width: 100%;
        width: 90%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .videoorder {
        margin-top: 20px;
    }
}
        