@media (max-width:600px) {
    .video-content {
        width:360px !important;
        height: 275px !important;
    }
    .video-content iframe {
        width:360px !important;
    }
}