.video-block{position:relative;display:flex;align-items:center;justify-content:center}.video-block .btn-play-video,.video-block .btn-play-video>div{display:flex;align-items:center;justify-content:center;border-radius:100%}.video-block .btn-play-video{position:absolute;width:60px;height:60px;padding:0;border:0;background-color:rgba(21,20,19,.3);cursor:pointer}.video-block .btn-play-video>div{width:40px;height:40px;background-color:#ffc72c}.video-block .btn-play-video>div svg{width:15px;height:17px}@media (min-width:1300px){.video-block .btn-play-video{width:80px;height:80px;background-color:rgba(21,20,19,.3)}.video-block .btn-play-video>div{width:60px;height:60px;transition:width .2s ease-in,height .2s ease-in,background-color .2s ease-in}.video-block .btn-play-video:hover>div{width:70px;height:70px;background-color:#ffd737;transition:width .2s ease-out,height .2s ease-out,background-color .2s ease-out}}