@import url("./plyr.css");

.filmhub-player,
.filmhub-player-frame {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.filmhub-player > video,
.plyr {
    width: 100%;
    height: 100%;
}

.filmhub-player-frame { position: relative; }
.filmhub-player-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.filmhub-player-frame button { position: absolute; top: 50%; left: 50%; min-height: 40px; padding: 0 18px; transform: translate(-50%, -50%); border: 0; border-radius: 4px; color: #fff; background: #286fb4; cursor: pointer; }
.filmhub-player-frame button[hidden], .filmhub-player-frame iframe[hidden] { display: none; }
