.video-card{background:#fff;border-radius:42px;height:45vw;overflow:hidden;position:relative}.video-wrapper video{height:100%;width:auto}.video-wrapper{display:flex;height:100%;justify-content:center;position:relative;width:100%}.video-wrapper-img{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.control-btn{align-items:center;background:#f7876f;border:none;border-radius:50%;cursor:pointer;display:flex;height:150px;justify-content:center;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:150px;z-index:2}.control-btn:hover{background:hsla(11,89%,70%,.8);transform:translate(-50%,-50%) scale(1.1)}.video-wrapper:after{background:rgba(0,0,0,.1);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s;width:100%;z-index:1}.video-wrapper:hover:after{opacity:1}@media (max-width:480px){.video-card{border-radius:20px;min-height:unset}.video-wrapper video{height:auto;object-fit:cover;width:100%}.video-wrapper{min-height:unset}.control-btn{height:80px;width:80px}.control-btn svg{width:40px}}