.youtube {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube2 {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube2 iframe {
  width: 100%;
  height: 100%;
}

.googleCalendar {
  display: flex;
  justify-content: center;
  margin: 0;
}

.googleCalendar iframe {
  display: block;
  max-width: 100%;
  width: 800px;
  font-size: 80vw;
  max-height: 0.6em;
  min-height: 350px;
}

.instantInner {
  width: 88%;
  margin: auto;
}

.bannerRow {
  display: flex;
  width: 100%;
  margin-top: 2vw;
}

.bannerRow>div,
.bannerRow>img {
  width: 100%;
  margin: auto;
}

.highlightLink,
.highlightLink a {
  color: #ff6c00 !important;
  font-weight: bold;
}

@media (min-width: 768px) {
  .youtube {
    padding-bottom: 27.5%;
  }

  .bannerRow>div:nth-child(n+2) {
    margin-left: 2vw;
  }
}

@media (max-width: 767px) {
  .youtube {
    padding-bottom: 56.25%;
  }

  .bannerRow {
    flex-direction: column;
  }

  .bannerRow>div:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}