
.customBanner__media {
  height: 280px;
}

body .customBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customBanner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customBanner__content {
  position: relative;
}

.customBanner__title {
  white-space: nowrap;
}