.st-Player__previewContainer{cursor:pointer;background:#000;width:100%;height:100%}.st-Player__preview{object-fit:cover;width:100%;height:100%;position:fixed;top:0;left:0}.st-PlayButton{justify-content:center;align-items:center;width:96px;height:96px;margin:auto;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.st-PlayButton__background{will-change:background,transform;z-index:1;background-color:#00000080;border-radius:50%;transition:all .2s ease-out;position:absolute;top:0;bottom:0;left:0;right:0}.st-PlayButton__icon{z-index:2}.st-Player__previewContainer:hover .st-PlayButton__background{background-color:#0009;transform:scale(1.15)}