.calendar-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.calendar-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 手機 */
@media (max-width: 768px) {
  .calendar-wrap {
    padding-bottom: 120%;
  }
}