/* Show the approved World Congress photograph without a second live crop or screen mask. */
.gts-home-gateway .gts-home-congress-image,
.gts-section-lead .gts-section-image--panel {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e8ecf1;
}

.gts-home-gateway .gts-home-congress-image img,
.gts-section-lead .gts-section-image--panel img {
  position: static !important;
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: none !important;
}

.gts-home-gateway .gts-home-congress-image::after,
.gts-section-lead .gts-section-image--panel::after {
  display: none !important;
  content: none !important;
}
