.video-section-wrapper {
    margin: 109px auto;
    margin-bottom: 180px;
}

.videos-wrapper {
    font-size: 0;
    width: 100%;
    max-width: calc(100% - 8vw);
    margin: 70px auto;
}

.featured-wrapper,
.side-wrapper {
    display: inline-block;
    vertical-align: top;
}

.featured-wrapper {
    width: calc(77.5% - 30px);
    padding-right: 30px;
}

.side-wrapper {
    width: 22.5%;
    font-size: 0;
}

.video-view-more {
    display: none;
}

.video-view-more {
    display: block;
    width: 22.5%;
    float: right;
    /* height: 50px; */
    text-align: center;
    margin-top: 20px;
}

.video-view-more a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.video-view-more a:hover {
    background: #ffffff;
    color: #6F979D;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .video-feat-side-wrapper {
        height: 75vh;
    }
    .video-view-more {
        display: block;
        width: 22.5%;
        float: right;
        /* height: 50px; */
        text-align: center;
        margin-top: 20px;
    }
    .video-view-more a {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #fff;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
    }
    .video-view-more a:hover {
        background: #ffffff;
        color: #6F979D;
    }
    .side-wrapper {
        height: 100%;
        overflow-y: scroll;
        margin-bottom: 20px;
    }
    .side-wrapper::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .side-wrapper {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}

@media only screen and (min-width:1024px) and (max-width: 1400px) {
    .video-feat-side-wrapper {
        height: 495px;
    }
}

.side-wrapper .video-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.main-wrapper .video-item {
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
    width: 23.5%;
    margin-bottom: 0px;
}

.main-wrapper .video-item:nth-child(4n) {
    padding-right: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnailImage img {
    display: block;
    width: 100%;
}

.playIcon {
    position: absolute;
    left: 15px;
    bottom: 15px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    background: url(../images/playgrey.svg) 0 0;
    background-size: cover;
    width: 25px;
    height: 30px;
}

.playIcon img {
    display: none;
}

div#videoLightBox {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.lightbox .videoOuterWrapper,
.lightbox .videoOuterWrapper .video-inner,
.videos-wrapper .videoOuterWrapper .video-inner .video-close {
    display: none;
}

.videolightbox .videoOuterWrapper,
.videolightbox .videoOuterWrapper .video-inner {
    opacity: 0;
}

.videolightbox .videoOuterWrapper.lightbox {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgb(0 0 0 / 90%);
    opacity: 1;
}

.videolightbox .videoOuterWrapper.lightbox .video-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-width: 80%;
    margin: 0 auto;
    opacity: 1;
}

.videolightbox .videoOuterWrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.videolightbox .videoOuterWrapper.lightbox .video-close:hover {
    opacity: .5;
}

@media only screen and (min-width:1024px) and (orientation: landscape) {
    .videolightbox .videoOuterWrapper iframe {
        width: 55%;
        height: 60%;
    }
}

.videolightbox .video-close {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 20px;
    cursor: pointer;
}

.videolightbox .videoOuterWrapper.lightbox .video-close {
    opacity: 1;
}

.videolightbox .video-close:hover {
    opacity: 0.5;
}

.videolightbox .video-close :hover,
.playIcon:hover {
    opacity: 0.5;
}

@media only screen and (max-width:1023px) {
    .video-section-wrapper {
        margin-bottom: 0;
        padding-bottom: 100px;
    }
    .video-view-more {
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
        float: unset;
    }
    .featured-wrapper,
    .side-wrapper {
        display: block;
        vertical-align: top;
    }
    .featured-wrapper {
        width: calc(100%);
        display: block;
        margin: 0 auto;
        padding-right: 0;
    }
    .featured-wrapper .video-item {
        margin-bottom: 10px;
    }
    .mobile-video-wrapper,
    .main-wrapper,
    .side-wrapper {
        width: 100%;
        font-size: 0;
    }
    .side-wrapper,
    .main-wrapper {
        width: auto;
        font-size: unset;
        float: none;
        clear: both;
        display: inline-block;
    }
    .main-wrapper .video-item,
    .side-wrapper .video-item {
        display: inline-block;
        vertical-align: top;
        padding-right: 2%;
        width: 32%;
        margin-bottom: 10px;
    }
    .main-wrapper .video-item:nth-child(5n) {
        padding-right: 2%;
    }
    .main-wrapper .video-item:nth-child(3n) {
        padding-right: 2%;
    }
    .side-wrapper .video-item {
        display: inline-block;
        vertical-align: top;
        padding-right: 4%;
        width: 48%;
        margin-bottom: 10px;
    }
    .main-wrapper .video-item {
        display: inline-block;
        vertical-align: top;
        padding-right: 6%;
        width: 47%;
        margin-bottom: 30px;
    }
    .main-wrapper .video-item:nth-child(4n) {
        padding-right: 0;
    }
    .main-wrapper .video-item:nth-child(3n) {
        padding-right: 6%;
    }
    .mobile-video-wrapper .video-item {
        display: inline-block;
        vertical-align: top;
        padding-right: 6%;
        width: 47%;
        margin-bottom: 30px;
    }
    .main-wrapper .video-item:nth-child(2n),
    .side-wrapper .video-item:nth-child(2n) {
        padding-right: 0%;
    }
}

@media only screen and (max-width:767px) {
    .side-wrapper,
    .main-wrapper {
        width: calc(100% - 8vw);
        display: block;
        margin: 0 auto;
    }
    .videos-wrapper {
        max-width: 100%;
    }
    .featured-wrapper {
        width: calc(100% - 8vw);
    }
}

@media only screen and (min-width:1025px) {
    .videolightbox .videoOuterWrapper.lightbox .video-inner {
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        max-width: 85%;
        padding-bottom: 0;
        height: 100vh;
        position: unset;
    }
    .videolightbox .video-close {
        top: 10px;
        right: 30px;
    }
    .videolightbox .videoOuterWrapper iframe {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1800px) and (orientation: landscape) {
    .video-feat-side-wrapper {
        height: 67.5vh;
    }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
    .video-feat-side-wrapper {
        height: 27vh;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .video-feat-side-wrapper {
        height: 493px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation: landscape) {
    .video-feat-side-wrapper {
        height: 49vh;
    }
}

@media screen and (min-width: 1920px) {
    .videos-wrapper {
        padding-bottom: 5vw;
    }
}