/* region Десктоп*/
#videoItemInfo {
    padding: 20px;
    background-color: var(--block__background-color);
}

#videoItemDate {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 20px;
    text-transform: lowercase;
    opacity: 0.8;
}

#videoItemShare {
    margin-top: 20px;
}

#videoItemHeader h1 {
    color: var(--link-color);
}

.iframePlayer {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 56.25%;
}

.iframePlayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*

*/

/*endregion*/

/* region Планшет*/
@media all and (max-width: 1100px) {

}

/*endregion*/

/* region Мобильный*/
@media screen and (max-width: 450px) {

}

/*endregion*/