.eha-calendar-embed{
  width: 100%;
  background: var(--ast-global-color-5, #fff);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--ast-border-radius, 6px);
  overflow: hidden;
}

.eha-calendar-embed iframe {
  width: 100%;
  height: 1000px;
  display: block;
  border: 0;
}

@media (max-width: 768px) {
  .eha-calendar-embed iframe {
    height: 720px;
  }
}

.wp-block-column {
  min-width: 0;
}

.eha-calendar-home-holidays {
    height: 450px;
}