/* CSS Document */

.live-iframe {
  width: 100%;
  height: calc(100vh - 93px);
}

/* SP */
@media only screen and (max-width: 991px) {
  .live-iframe {
    height: calc(100vh - 58px);
  }
}
