Files
_hublib-web/dist/react/video-player/components/with-cover/with-cover.module.scss
2026-02-27 09:50:13 +03:00

11 lines
155 B
SCSS

.cover {
object-position: center;
object-fit: cover;
z-index: 3;
overflow: hidden;
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
}