.direct-calendar-embed .direct-calendar-iframe {
  height: 800px;
}

@media screen and (max-width: 1149px) {
  .direct-calendar-embed .direct-calendar-iframe {
    height: 1340px;
  }
}

@media screen and (max-width: 768px) {
  .direct-calendar-embed .direct-calendar-iframe {
    height: 1320px;
  }
}

@media screen and (max-width: 360px) {
  .direct-calendar-embed .direct-calendar-iframe {
    height: 1360px;
  }
}
