@supports (-webkit-touch-callout: none) {
    /* Let the player size itself *inside* that box */
    .video-wrapper media-player {
        width: 100%;
        height: 100%;
        max-height: inherit;
        display: block;
    }

    /*iOS fix*/
    .row .video-wrapper,
    .d-flex.flex-row .video-wrapper {
        height: 200px;
        min-height: 150px;
        flex: 1 1 auto;
        aspect-ratio: 16/9;
        width: 100%;
    }

    .video-wrapper media-player {
        width: 100%;
        height: 100%;
    }
}