.mode-image {
  aspect-ratio: 400 / 778;
  align-self: center;
  max-height: 622px;
}

.mode-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 900px) {
  .mode-image { max-height: 564px; }
}

@media (max-width: 480px) and (orientation: portrait) {
  .mode-image { max-height: 486px; }
}
