.integration-feature-shot {
  height: 430px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: #020503;
}

.nexus-guide-hero > img,
.guide-section--split > img {
  height: 560px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: #020503;
}

@media (max-width: 850px) {
  .integration-feature-shot { height: 360px; }
  .nexus-guide-hero > img { height: 480px; }
}
