.videoSection {
    position: relative;
    padding: 6vw 6vw 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, .7);

}
.videoinnerwrapper{
    display: flex;
    flex-wrap: wrap;
}
.videoWrapper {
    cursor: pointer;
    position: relative;
    /* display: inline-block; */
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
}

/* .videoWrapper:nth-child(2n) {
    margin-right: 0;
} */

.videoWrapper:last-child {
    margin: 0 auto;
}
.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;
}



.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%;
}

.more-videos {
    width: 23vw;
    margin: 0 auto;
    text-align: center;
    /*border: 1px solid transparent;*/
    border-image: linear-gradient(60deg, #606060, #FFFFFF, #606060);
    border-image-slice: 1;
    margin-top: 2.490483162518302VW;
}

.more-videos a {
    background-color: #363636;
    display: block;
    height: 3.66vw;
    line-height: 3.66vw;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.0248vw;
    font-weight: 800;
    position: relative;
    z-index: 1;
    transition: all 0.7s;
    border-radius: 50px;
    border: 1px solid;
}


.more-videos a:hover {
    color: #fff;
    background: #606060;
}

.more-videos a:hover:after {
    left: 0;
    width: 100%;
}

.hovicon img {
    width: 1vw;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.hovicon.effect-1.sub-a {
    position: relative;
    border: none;
    background: #fff;
    color: #ffffff !important;
    font-weight: 100;
    padding: 1.8vw;
    text-transform: uppercase;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.block {
    position: relative;
    border-radius: 50%;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 5vw;
    width: 5vw;
    border: solid 0.35vw #fff;
    position: relative;
}

.hovicon.effect-1.sub-a:after {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-top: 0;
    margin-left: 0;
    height: 10px;
    width: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.19, 0.64, 1.36);
    background: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    transform: translate(-50%, -50%);
}

.hovicon.effect-1.sub-a:hover:after {
    opacity: 1;
    /* top: 0; */
    /* left: 0; */
    margin: 0;
    width: 5.2vw;
    height: 5.2vw;
}

.hovicon.effect-1.sub-a:hover {
    background: transparent;
}
.play .hovicon.effect-1.sub-a{
    /* margin-top: 0.3vw; */
    vertical-align: middle;
}
.video-imag-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgb(0 0 7 / 70%) -26.48%, rgb(0 0 0 / 70%) 73.52%);
}

div#video-imag-wrapper {
    position: relative;
}
@media only screen and (max-width:767px) {
    div#video {
        padding: 15vw 0;
        display: block;
    }

    .videoWrapper {
        width: 100%;
        margin: 5% 0;
    }

    .more-videos a {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
    }

    .more-videos {
        width: 70%;
    }

    .block,
    .hovicon.effect-1.sub-a:hover:after {
        width: 60px;
        height: 60px;
    }
    .block{
        border: 4px solid #fff;
    }
    .hovicon.effect-1.sub-a {
        padding: 20px;
    }
    .hovicon img {
        width: 10px;
    }
}
@media only screen and (min-width:767px){
    .video-imag-wrapper img {
        width: 100%;
        height: 23.060vw;
        object-fit: cover;
    }
}