.plyr {
    transition: 0.3s ease;
}
.audio-wrapper .plyr__control svg {
    fill: black;
    transition: 0.3s ease;
}
.audio-wrapper .plyr__controls__item.plyr__time {
    color: black;
    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;
}
.vhidden {
    display: none;
}
.ahidden {
    display: none;
}
body.night .plyr__controls {
    background-color: #212121 !important;
    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;
}
.lyrics-container {
    display: flex;
    margin-bottom: auto;
    width: 100%;
    max-height: 300px;
    min-height: 0;
    overflow-y: auto;
    text-align: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
@media screen and (min-width: 1060px) {
    .lyrics-container {
        margin-bottom: unset !important;
        max-height: 650px !important;
        height: 100%;
        padding: 0 10px;
    }
    .lyric-line {
        font-size: 1.5rem !important;
    }
    .lyric-line.active {
        font-size: 2.1rem !important;
    }
}
.lyrics-container div#lyrics {
    width: 100%;
}
.lyrics-container::-webkit-scrollbar {
    display: none;
}
#lyrics.animated .lyric-line {
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.lyric-line {
    padding: 5px 0;
    opacity: 0.6;
    line-height: 1.5;
    scroll-snap-align: center;
    min-height: 2em;
    transform: scale(1) translateZ(0);
    backface-visibility: hidden;
    font-size: 1.1rem;
}
body.night .lyric-line {
    color: white;
}
.lyric-line.active {
    opacity: 1;
    font-weight: bold;
    font-size: x-large;
    transform: scale(1.05);
    max-width: 95%;
    display: inline-block;
    transform-origin: center 55%;
    position: relative;
}
.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;
}