/* Youtube Carousel */
.youtube-video-carousel {
    position: relative;
}
.youtube-video-item {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.youtube-video-carousel .slick-prev, 
.youtube-video-carousel .slick-next {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.youtube-video-carousel button.slick-next.slick-arrow, 
.youtube-video-carousel button.slick-prev.slick-arrow {
    background: transparent;
    border: none;
}
.youtube-video-carousel button.slick-next.slick-arrow {

}
.youtube-video-carousel button.slick-prev.slick-arrow {

}
.youtube-video-carousel button.slick-prev:before, 
.youtube-video-carousel button.slick-next:before {
    color: #ffffff;
    font-size: 30px;
    background: #0B6966;
    padding: 10px 20px 6px;
    border-radius: 5px;
}
.youtube-video-carousel .youtube-video-item {margin: 0 15px;}
.youtube-video-carousel .youtube-video-item iframe {border-radius: 8px;}
/* Responsive */
@media (max-width: 991px) {
    
}