.video-main{display:flex;justify-content:center}.video-container{background:#3a3a3a;border-radius:42px;margin-bottom:60px;overflow:hidden}.video,.video-container{display:flex;justify-content:center;align-items:center}.video{object-fit:cover}.video-wrapper{position:relative;display:inline-block}.video-content{position:absolute;display:inline-block;transform:translate(-50%,-50%);top:50%;left:50%;color:#fff;width:100%;text-align:center;z-index:2}.play{cursor:pointer;display:inline-block;width:90px;height:90px}.play:hover{color:grey}@media (max-width:480px){.video-container{margin-bottom:60px}.play{width:60px;height:60px}}