.video-play{width:260px;height:260px}.video-text{animation:rotateText 20s linear infinite;font-size:30px}.video-text svg{width:260px;height:260px;fill:currentColor;transform:scale(1)}.video-icon{width:100px;height:100px}@keyframes rotateText{0%{transform:rotate(360deg)}100%{transform:rotate(0deg)}}@media (min-width:768px){.video{min-height:500px}}@media (max-width:767.98px){.video{min-height:300px}}