.background{animation:.15s ease-in-out fadeIn}.loading{animation-play-state:paused}.loader{position:absolute}.closeBtn{cursor:pointer;z-index:10;border:none;border-radius:50%;place-items:center;width:45px;height:45px;transition:all .15s ease-in-out;display:grid;position:absolute;top:20px;left:20px;transform:scale(.75)}.closeBtn:hover>svg{fill:#fff}.closeBtn>svg{fill:#ffffff80;width:30px;height:30px;transition:all .15s ease-in-out}.videoContainer{position:relative}.video{object-fit:contain;width:100%;height:100%;position:relative;max-width:50vh!important;max-height:80vw!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rotateVideo{0%{transform:rotateX(0)rotateY(0)rotate(0)}to{transform:rotateX(0)rotateY(-5deg)rotate(90deg)scale(1.5)}}
