body, html{
  margin: 0;
  padding: 0;
  background-color: black;
}

.container{
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container{
    position: relative;
    top: 0px;
    left: 0px;
    height: calc(100vw / 100 *46);
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

iframe{
  position: absolute;
  z-index: 0;
    height: 100%;
    width: 100%;

}

.video__buttons{
    position: absolute;
    /* top: -85%; */
    /* left: 40%; */
    display: none;
    justify-content: space-between;
    height: calc(100vw / 100 *46);
    opacity: 0.5;
    width: 82%;
    flex-direction: row;
    z-index: 3;
}

.video__button{
    position: relative;
    border: solid none;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 50%;
    align-items: center;
    /* border-radius: 20px; */
    /* padding: 540px; */
    background-color: none;
    color: white;
    text-decoration: none;
}
