/**
 * Poster-only placeholder shown when the player assets are not loaded
 * on the current view. No play button: there is no player to start.
 */

.rvjsp-player-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #000;
}

.rvjsp-player-placeholder__poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
