.atlas-main-hero-photo {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: none;
  min-height: auto;
}
@media (max-width: 767.98px) {
  .atlas-main-hero-photo {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
  }
}
.atlas-album-photo {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  background: #eef1f4;
  border-radius: 12px;
}

