.video-module__video{border-radius:12px;overflow:hidden;position:relative;z-index:1}.video-module__video video{display:block;height:auto;margin:0 auto;width:100%}.video-module__button{align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:var(--transition);width:44px;z-index:2}.video-module__button svg{width:12px}.video-module__pause-icon{display:none}.video-module__video.playing:not(:hover) .video-module__button{opacity:0;pointer-events:none}.video-module__button:hover{cursor:pointer;transform:translate(-50%,-50%) scale(1.1)}@media only screen and (min-width:1024px){.video-module__button{height:98px;width:98px}.video-module__button svg{width:30px}}