/* Complianz map/iframe height normalization */

.et_pb_section_5 {
  position: relative !important;
  padding: 0 !important;
  min-height: 600px !important;
}

.et_pb_section_5 .et_pb_row,
.et_pb_section_5 .et_pb_column,
.et_pb_section_5 .et_pb_module,
.et_pb_section_5 .et_pb_code_inner {
  height: 100% !important;
  min-height: 100% !important;
}

.cmplz-placeholder-parent,
.cmplz-placeholder-element {
  display: block !important;
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.cmplz-placeholder-parent iframe,
.cmplz-placeholder-element iframe,
.et_pb_section_5 iframe {
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  display: block !important;
  border: 0 !important;
}

@media (max-width: 480px) {
  .cmplz-placeholder-parent,
  .cmplz-placeholder-element,
  .et_pb_section_5 iframe {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
}
