#hls_player{
    width:640px;
}
#go2rtc_player {
  width:100%;
  height:100%;
  object-fit: fill;
}

.box__thumbnail {
  aspect-ratio: 16/9 !important;
}

.modal__icon {
  position: absolute;
  background-color: var(--theme-basic-background);
  border-radius: var(--bs-border-radius);
  width: 10vw;
  height: 10vw;
  top: calc(50vh - 5vw);
  left: calc(50vw - 5vw);
  font-size: 5vw;
  padding: 2.5vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-basic-filter);
  z-index: 100;
}
