/*iframe voor de legendstracker.com */
.coasttocoast-iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}



@media (max-width: 767px) {
  .intro-holder .html-content.phone-chop.phone-chop-less {
    max-height: 910px;
  }
}

