.spinner{visibility:hidden}.markupMaster{font-family:roboto;font-weight:700}.imgVideo{max-width:100%;min-width:80%;min-height:80%}.flexHorizontal{display:flex;justify-content:center}.flexCenterBoth{display:flex;justify-content:center;align-items:center}.videoHeight{max-height:100%}@media screen and (max-height:938px){.videoHeight{max-height:700px}}@media screen and (max-height:768px){.videoHeight{max-height:550px}}@media screen and (max-height:600px){.videoHeight{max-height:450px}}@keyframes spinner{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}100%{transform:translate3d(-50%,-50%,0) rotate(360deg)}}.spin::before{animation:.6s linear infinite spinner;animation-play-state:inherit;border:solid 5px #cfd0d1;border-bottom-color:#1c87c9;border-radius:50%;content:"";height:30px;width:30px;position:absolute;top:10%;left:10%;transform:translate3d(-50%,-50%,0);will-change:transform}.displaySpinner{display:block}.hideSpinner{display:none}