@charset "UTF-8";

.access iframe {
  width: 100%;
  height: 400px;
}

/* mobile */
@media (max-width: 720px) {
  .access iframe {
    height: 350px;
  }

  @media ( max-width: 480px ) {
    .access iframe {
      height: 250px;
    }
  }
}
