.player-video--container {
    position: relative;
}

.player-video--content {
    position: absolute;
    bottom: 0;
    left: 0;
}

.player-video--images {
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .player-video--images {
        border-radius: 24px;
        min-height: 500px;
    }
}

.player-video--images img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}