.plyr {
    transition: 0.3s ease;
}
.plyr__controls {
    transition: 0.3s ease;
}
@media screen and (max-width: 1020px) {
    .plyr__controls {
        transition: 0.3s ease;
    }
}
.video-wrapper .plyr__control svg {
    fill: white;
}
.video-wrapper .plyr__controls__item.plyr__time {
    color: white;
}
.vcontainer {
    display: contents;
}
.vhidden {
    display: none;
}
.ahidden {
    display: none;
}
body.night .plyr__controls {
    transition: background-color 0.3s ease, color 0.3s ease !important;
}
body.night .plyr__control svg {
    fill: white;
}
body.night .plyr__controls__item.plyr__time {
    color: white;
}
.mblock-button {
    background-color: #c5c5c5;
    color: #000000 !important;
    border: none;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.mblock-button:hover {
    background-color: #2b2b2b;
    color: #ffffff !important;
}
span.dplayer-time span {
    color: #eee
}