/* Visitantes: comunidad con lectura a la izquierda y fotografía a la derecha. */
.photo-copy.photo-copy--background {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 520px;
  margin: 75px 0;
  overflow: hidden;
  background: #07090d;
}

.photo-copy.photo-copy--background::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 0 auto;
  width: 62%;
  background: url("optimized/visitors-community-img5528-crop-1720.webp") center 43% / cover no-repeat;
}

.photo-copy.photo-copy--background::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #07090d 0%, #07090d 34%, rgba(7, 9, 13, .98) 42%, rgba(7, 9, 13, .78) 52%, rgba(7, 9, 13, .34) 64%, rgba(7, 9, 13, .08) 82%, rgba(7, 9, 13, .03) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, .16), transparent 52%, rgba(7, 9, 13, .3));
}

.photo-copy.photo-copy--background > div {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 520px;
  max-width: 720px;
  padding: 76px max(24px, calc((100vw - 1160px) / 2 + 24px));
  flex-direction: column;
  justify-content: center;
}

.photo-copy.photo-copy--background h2 {
  text-shadow: 0 3px 16px rgba(0, 0, 0, .85);
}

.photo-copy.photo-copy--background p {
  max-width: 520px;
  color: #e0e4ea;
}

.photo-copy.photo-copy--background .button {
  align-self: flex-start;
}

@media (max-width: 720px) {
  .photo-copy.photo-copy--background {
    min-height: 690px;
    margin: 50px 0;
  }

  .photo-copy.photo-copy--background::before {
    inset: 0 0 auto;
    width: 100%;
    height: min(77.6vw, 303px);
    background-image: url("optimized/visitors-community-img5528-crop-900.webp");
    background-position: center 43%;
    background-size: cover;
  }

  .photo-copy.photo-copy--background::after {
    background:
      linear-gradient(180deg, rgba(7, 9, 13, .03) 0%, rgba(7, 9, 13, .08) 29%, rgba(7, 9, 13, .58) 40%, #07090d 53%, #07090d 100%),
      linear-gradient(90deg, rgba(7, 9, 13, .12), transparent 55%, rgba(7, 9, 13, .06));
  }

  .photo-copy.photo-copy--background > div {
    min-height: 690px;
    max-width: none;
    padding: 340px 25px 48px;
    justify-content: flex-end;
  }
}
