

@media only screen and (max-width: 768px) {
    .content_video_wrapper .pt-5 {
        padding-top: 20px !important;
    }

    .content_video_wrapper .mb-5 {
        margin-bottom: 20px !important;
    }
}