.app-player{display:flex;background-image:var(--app-bg, none)}.app-player[data-playing] .app-iframe{background-image:url("/img/loading.svg");background-repeat:no-repeat;background-position:center;background-size:50% 50%}.app-player .app-iframe{margin:auto;border:none;max-width:100%;max-height:100%;height:100%;width:100%;background-color:rgba(0,0,0,0)}.app-player .app-iframe.support-landscape{width:min(var(--app-iframe-width, 100%),var(--app-landscape-max-width, 100%));height:min(var(--app-iframe-height, 100%),var(--app-landscape-max-height, 100%))}.app-player .app-iframe.support-portrait{width:min(var(--app-iframe-width, 100%),var(--app-portrait-max-width, 100%));height:min(var(--app-iframe-height, 100%),var(--app-portrait-max-height, 100%))}.app-player .app-iframe.support-landscape.support-portrait{width:min(var(--app-iframe-width, 100%),var(--app-landscape-max-width, 100%));height:min(var(--app-iframe-height, 100%),var(--app-landscape-max-height, 100%))}@media(max-width: 576px){.app-player .app-iframe.support-landscape.support-portrait{width:min(var(--app-iframe-width, 100%),var(--app-portrait-max-width, 100%));height:min(var(--app-iframe-height, 100%),var(--app-portrait-max-height, 100%))}}

/*# sourceMappingURL=8428.004aff01.css.map*/