@media (max-width: 768px) {
    .video_slider {
        flex-direction: column;
    }
    .yt-video {
        width: 80% !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}

.yt-video.count-1 {
    width: 94% !important;
}

.yt-video.count-2 {
    width: 48% !important;
}

.yt-video.count-3 {
    width: 26%;
}

.yt-video.active.count-3 {
    width: 42%;
}