/* BANNER */

.auction-banner {
  max-height: 40dvh;
  width: 100%;
  overflow: hidden;
}

.auction-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}