html {
    height: 100%;
}

body {
    color: #ffffff;
    background-color: #090909;
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
}

.main {
  height: 100%;
  background-color: #090909;
}

.wrapper-outside {
    box-sizing: border-box;
    position: relative;
    background-color: #090909;
    height: 100%;
    width: 100%;
}

.wrapper-inside {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #090909;
    width: 100%;
    height: 56.25vw;
    max-height: 100%;
}

.player-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #090909;
}