.banner {
  min-height: 35rem;
  display: flex;
  position: relative;
}

.banner__media {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
