.art-video-player {
    &[data-aspect-ratio] {
        video {
            box-sizing: content-box;
            object-fit: fill;
        }
    }
}
