.showcase {
  width: 100%;
  max-width: 1440px;
  height: 903px;
  margin: 0 auto;
}

.showcase__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .showcase {
    height: auto;
    aspect-ratio: 1440 / 903;
  }
}
