@charset "utf-8";
/* CSS Document */

#modal-youtube .modal__container {
  padding: 0;
  background: #000;
  width: min(89.33vw, calc(85vh * 16 / 9));
  overflow: visible;
}
#modal-youtube .modal__inner {
  padding: 0;
  max-height: none;
}
#modal-youtube .modal__close {
  position: absolute;
  top: -50px;
  right: 0;
}

.underline{
    border-bottom: 2px solid #fff;
    margin: 30px 0 20px 0;
}

.roomname{
   position: absolute;
    right: 5%;
    bottom: 5%;
    font-size:3.2rem;
    color: #fff;
    z-index: 10;
}
