﻿.video-js {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #000 !important;
}
.vjs-texttrack-settings{
    display:none !important;
}
.video-js * {
    font-family: iranyekan;
}

/* دکمه پلی وسط قبل از پخش */
.video-js .vjs-big-play-button {
    position: absolute !important;
    top: calc(50% + 60px) !important;
    left: calc(50% + 60px) !important;
    transform: translate(-50%, -50%) !important;
    width: 120px !important;
    height: 120px !important;
    line-height: 120px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* وقتی پخش شروع شد → مخفی */
.vjs-has-started .vjs-big-play-button {
    display: none !important;
}
.video-js.vjs-fluid {
  padding-top: 0 !important;
  height: 100vh !important;
}