/* ===== JWPLAYER ONLY (trích từ player.css) ===== */


.jw-display-icon-rewind {
  opacity: 0 !important;
}
.jw-icon-inline.jw-icon-rewind {
  display: none !important;
}

/* custom buffer icon */
.jw-svg-icon-buffer path {
  display: none !important;
}
.jw-svg-icon-buffer {
  background-image: url('https://v1.sanstream.xyz/assets/images/buffer.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* ẩn PiP */
.jw-icon-pip {
  display: none !important;
}
#jwplayer-box .jw-preview,
#jwplayer-box .jw-preview.jw-reset {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
#jwplayer-box,
#jwplayer-box .jwplayer,
#jwplayer-box .jw-media,
#jwplayer-box .jw-wrapper {
    width: 100% !important;
    height: 100% !important;
}