@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fulldeo{display:flex;max-height:85vh;position:relative}.fulldeo:after{content:"";position:absolute;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));pointer-events:none;border-radius:var(--image-border-radius);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fulldeo--playing:after{background:none}.fulldeo .playbtn{position:absolute;top:0;left:0;padding:0;background:none;width:100%;height:100%;justify-content:center;display:flex;align-items:center;z-index:1;border:0}.fulldeo .playbtn img,.fulldeo .playbtn svg{cursor:pointer}.fulldeo video{-o-object-fit:cover;object-fit:cover;border-radius:var(--image-border-radius);width:100%}@media screen and (max-width: 768px){.fulldeo .playbtn img,.fulldeo .playbtn svg{max-width:70px;height:70px}.fulldeo video{aspect-ratio:10/11}.fulldeo--landscape-mobile video{aspect-ratio:14/10}}
