/* sprite-loader-enable */

.frame-video-player #ytplayer {
  background-color: black;
  width: 100%;
}

@media only screen and (max-width: 414px) {
  .frame-video-player #ytplayer {
    height: 260px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
  .frame-video-player #ytplayer {
    height: 260px;
  }
}

@media only screen and (max-width: 325px) {
  .frame-video-player #ytplayer {
    height: 220px;
  }
}