#video-s {
    width: 100%;
    height: 290px;
    object-fit: contain;
}
#y-video-s {
    width: 100%;
    height: 290px;
    object-fit: contain;
    display: none;
}
#video-img {
    width: 100%;
    height: 290px;
    object-fit: scale-down;
    border-radius: 8px;
}
body {
    overflow: hidden;
    margin: 0;
}
.plyr:fullscreen video {
    height: 100% !important;
}
.plyr__video-wrapper,
.plyr__controls {
    border-radius: 10px !important;
}
.plyr__video-wrapper,
.plyr__poster {
    background-color: #fff;
}

#n-v-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 290px;
    background-color: #000000bd;
    display: none;
}

.next-v-img {
    max-height: 150px;
    max-width: 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 21px 2px #fff;
}
.next-v-title {
    word-wrap: break-word;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    direction: rtl;
    text-shadow: 1px 1px 2px #000;
}

#close-rv-box {
    position: absolute;
    top: 12px;
}
#close-rv {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    width: 42px;
    cursor: pointer;
}
