img.btnCta__icon {
    height: 100%;
    margin-right: 15px;
}
a.btn.btn-primary.btnCta {
    height: 50px;
    width: 100%;
}
iframe {
    width: 100%;
}
.row.map-responsive {
    width: auto;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .row.map-responsive {
          width: 100%;
      }
}