body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.studio-name {
    position: absolute;
    top: calc(50% - 75px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2d2b2b;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.main-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
  width: auto;
  z-index: 10;
}
