
/* Management team: remove only the specific placeholder area when hidden by JS. */

/* Message from Managing Director: keep image in place and stop it from dropping into footer. */
.mtpf-managing-director-image-wrap {
  overflow: hidden !important;
}

img.mtpf-managing-director-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 620px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.mtpf-md-fixed-section,
.mtpf-md-fixed-section .elementor-widget-container,
.mtpf-md-fixed-section .elementor-image,
.mtpf-md-fixed-section .wp-block-image {
  overflow: hidden !important;
}
