a.videos-filter.active {
    border-bottom: 3px solid #000;
}

.videoen-slider.row.swiper-initialized.swiper-horizontal {
    overflow: hidden;
    position: relative;
}

#videoen-slider.videoen-slider .swiper-button-prev,
#videoen-slider.videoen-slider .swiper-button-next {
    width: auto !important;
    display: none;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

#videoen-slider .swiper-button-next:after,
#videoen-slider .swiper-button-prev:after {
    color: #fff;
    top: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
}

#videoen-slider.videoen-slider:hover .swiper-button-prev,
#videoen-slider.videoen-slider:hover .swiper-button-next {
    display: block;
}

#videoen-slider .portfolio-box.box .box-text.text-center {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

#videoen-slider h6.uppercase.portfolio-box-title {
    color: #fff;
}

#hero.acrath-video-wrapper {
    width: 100%;
    display: flex;
    padding: 20px 10px;
}

#hero.acrath-video-wrapper .acrath-content,
#hero.acrath-video-wrapper .acrath-thumbnail {
    width: 50%;
    text-align: left;
    margin: 20px auto;
    padding-right: 20px !important;
}

#grid.acrath-video-wrapper .acrath-thumbnail {
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
}

#video-archive-wrapper {
    height: auto !important;
}

#grid.acrath-video-wrapper {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}

#grid.acrath-video-wrapper .acrath-content,
#grid.acrath-video-wrapper .acrath-thumbnail {
    width: 100%;
    text-align: left;
}

#youtubeFrame {
    border: 0;
}

#hero.acrath-video-wrapper .acrath-thumbnail #youtubeFrame {
    min-height: 250px;
    padding-right: 20px;
    
}

#hero.acrath-video-wrapper .acrath-content h5 a,
#grid.acrath-video-wrapper .acrath-content h5 a,
#hero.acrath-video-wrapper .acrath-content h5,
#grid.acrath-video-wrapper .acrath-content h5 {
    color: #AEB7B7 !important;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 13px;
}


#hero.acrath-video-wrapper .acrath-content h3,
#grid.acrath-video-wrapper .acrath-content h3 {
    color: #333;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 21px;
}

#hero.acrath-video-wrapper .acrath-content p,
#grid.acrath-video-wrapper .acrath-content p {
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 17px;
}

#hero.acrath-video-wrapper .acrath-content h5 a:hover,
#grid.acrath-video-wrapper .acrath-content h5 a:hover {
    color: #AEB7B7 !important;
}

#hero.acrath-video-wrapper .acrath-content h3 a:hover,
#grid.acrath-video-wrapper .acrath-content h3 a:hover {
    color: #000;
}

@media screen and(max-width : 991px) {
    #grid.acrath-video-wrapper {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
}
