.player__container { width: 100%; height: 100%; .player__element { width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; // display: none; .player__btn { svg { fill: var(--color-txt); width: 100%; } position: absolute; width: 60px; height: 60px; cursor: pointer; } img, video { width: 100%; height: 100%; object-fit: cover; } } .player__iframe { display: none; width: 100%; height: 100%; iframe{ width: 100%; height: 100%; } } }