.video-player{box-sizing: border-box;display: none;flex-direction: column;align-items: stretch;justify-content: center;max-width: 90vw;max-height: 90vh;margin: 0 auto;width: 90vw}.video-player.local video{display: block}.video-player.local .youtube{display: none}.video-player .title{background: var(--white);text-align: center;text-transform: uppercase;padding: 10px 5px;font-size: 25px}@media (max-width: 1024px){.video-player .title{font-size: 20px}}@media (max-width: 560px){.video-player .title{font-size: 14px}}.video-player video{max-width: 100%;max-height: calc(90vh - 80px);aspect-ratio: 16 / 9;display: none}.video-player .youtube{max-width: 100%;max-height: calc(90vh - 80px);width: 100%;aspect-ratio: 16 / 9}.video-player .controls{height: 45px;box-sizing: border-box;background: var(--gray);padding: 10px 5px}