#builder-row-19-5 .side-shadow .builder-content-wrapper {
  width: 100%;
  max-width: 570px;
}

/* Size the Parking Availability iframe using the intrinsic ratio method. */
.parking-availability-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 31.4035%; /* Based on 179/570 */
}

/* Size the home page vide0 iframe using the intrinsic ratio method. */
.homepage-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 45.3704%; /* Based on 245/540 */
  width: auto;
}

@media only screen and (max-width: 767px) {
.node-home-page-hero .field-body {
  min-height: auto;
}

.parking-availability-container iframe,
.homepage-video iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
