﻿.video-descV {
    visibility: hidden;
    height: 1px !important;
    width: 1px !important;
}

.video-descH {
    visibility: visible;
    height: auto !important;
    width: auto !important;
}

@media screen and (max-width: 860px) {
    .video-descV {
        visibility: visible;
        height: auto !important;
        width: 90vw !important;
    }

    .video-descH {
        visibility: hidden;
        height: 1px !important;
        width: 1px !important;
    }
}
