/**
 * Large Picture Banner
 */

.large-picture-banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.large-picture-banner__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.large-picture-banner__text {
  max-width: 350px;
  background-color: var(--brand-white);
  padding: 2rem;
  margin: 0 auto;
}
