/* Включение/отключение видеоплеера */
/**
.yt-mobile {
    display: block !important;
}
.yt-desktop {
    display: none !important;
}
/**/
