.custom--banner-page .content-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 80%;
  height: 100%;
  align-content: center;
}

@media screen and (max-width: 500px) {
  .custom--banner-page .content-wrapper {
    width: 100%;
    background-color: #00000024;
  }
}
