.video-player{position:relative;width:100%;height:100%}.controls{position:absolute;left:8px;right:8px;bottom:-42px;justify-content:space-between;height:42px;padding:0 3px;border-radius:8px;transition:bottom .2s ease}.controls,.controls .right{display:flex;flex-direction:row;align-items:center}.controls .right{justify-content:flex-end;gap:3px}.video-player:hover .controls{bottom:8px}.square-button{width:36px;height:36px;border:none;background-color:rgba(255,255,255,0);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px}.square-button svg{width:16px;height:16px}.square-button:hover{background-color:rgba(255,255,255,.1)}