@charset "UTF-8";

.access-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.access-container .map,
.access-container .calendar {
  width: calc(50% - 1rem);
}

iframe {
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .access-container {
    display: block;
  }
  
  .access-container .map,
  .access-container .calendar {
    width: 100%;
    margin-bottom: 3rem;
  }
  iframe {
    width: 100%;
  }
.map iframe {
   height: 450px;
}
}