.art-auto-size {
    display: flex;
    align-items: center;
    justify-content: center;

    .art-video-player {
        transition: all 0.2s ease;
    }
}