@media only screen and (max-width: 640px) {
    .video-shortcode {
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}

.video-shortcode {
    max-width: calc(50% - 5px);
}
