.plyr__video-wrapper.plyr__video-wrapper--fixed-ratio {
    border-radius: 20px;
}

.video-area:hover .plyr__controls {
    opacity: 1;
    visibility: visible;
}

.plyr__controls {
    padding-top: 1rem !important;
    top: 0;
    bottom: auto !important;
    transition: all ease-out 0.3s;
    opacity: 0;
    visibility: hidden;
    animation: none !important;
    background: none !important;
}

.plyr__controls * {
    transition: all ease-out 0.3s;
}

.plyr--video.plyr--hide-controls .plyr__controls {
    transform: none;
}

.shorts-follow-btn.not-followed {
    min-width: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px white solid;
    border-radius: 0.5rem;
    color: white;
    font-size: 14px;
}

.shorts-follow-btn.followed {
    min-width: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px hsl(var(--base)) solid;
    background-color: hsl(var(--base));
    border-radius: 0.5rem;
    color: transparent;
    font-size: 14px;
    color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-wrap-mode: nowrap;
}

.shorts-progress-bar-wrapper {
    height: 8px;
    overflow: hidden;
    cursor: pointer;
}

.shorts-progress-bar {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 3rem;
    background-color: #606060;
}

.shorts-progress-bar .progress-bar {
    background-color: hsl(var(--base));
}

.short-play-body .slick-arrow.slick-prev {
    top: 47.5%
}

.short-play-body .slick-next.slick-arrow {
    top: 54.5%
}