:root{--video-player-max-width: 1530px}body frml-video-player{display:block;margin:0 auto;max-width:var(--video-player-max-width);position:relative;width:100%}body frml-video-player frml-video-player-cover{align-items:center;aspect-ratio:16/9;background:no-repeat center center;background-size:cover;display:flex;height:auto;justify-content:center;max-width:var(--video-player-max-width);position:absolute;width:100%;z-index:41;transition:margin .1s,opacity .6s .1s ease-in-out}body frml-video-player frml-video-player-cover.masked{cursor:default;margin-left:-200vw;opacity:0;transition:opacity .5s ease-in-out,margin .1s .6s}body frml-video-player frml-video-player-cover button.play{align-items:center;background:var(--color-surface);border:none;border-radius:100px;display:flex;font-size:var(--fs-s);height:100px;justify-content:center;line-height:1em;overflow:visible;padding:0;width:100px}body frml-video-player frml-video-player-cover button.play frml-icon{border-radius:100px;display:inline-block;margin-left:7px;transition:.3s;width:40px}body frml-video-player frml-video-player-cover button.play:hover{background:var(--color-surface-xlight)}body frml-video-player frml-video-player-internal{aspect-ratio:16/9;display:block;height:auto;max-width:var(--video-player-max-width);width:100%;position:absolute;z-index:40}body frml-video-player frml-video-player-internal video{height:100%;width:100%}body frml-video-player.background{aspect-ratio:auto;max-width:none;width:100%}body frml-video-player.background frml-video-player-cover{display:none}body frml-video-player.background frml-video-player-internal{aspect-ratio:auto;height:100vh;max-width:none;overflow:hidden;position:relative;width:100%}body frml-video-player.background frml-video-player-internal video{height:100%;left:0;object-fit:cover;pointer-events:none;position:absolute;width:100%}body frml-video-player.fullscreen{background:#000;max-width:none;width:100%}body frml-video-player.fullscreen frml-video-player-cover{max-width:none;width:100%}body frml-video-player.fullscreen frml-video-player-internal{max-width:none;width:100%}body frml-video-player.legacy{border:2px solid red;align-items:flex-start;display:block;height:0;justify-content:flex-start;padding-bottom:56.25%;position:relative}body frml-video-player.legacy frml-video-player-cover{height:100%}body frml-video-player.legacy frml-video-player-internal{height:100%}@media only screen and (max-width:700px){body frml-video-player frml-video-player-cover button.play{height:70px;width:70px}body frml-video-player frml-video-player-cover button.play frml-icon{margin-left:4px;width:24px}}
