/*
 * Keep the MIZAB photography at its natural proportions.
 * The source thumbnails are square, while the pilgrim image is landscape.
 */
.w-mizab .l1 {
  aspect-ratio: 1 / 1;
  height: auto;
  top: 2%;
}

.w-mizab .l2 {
  aspect-ratio: 1200 / 669;
  bottom: 4%;
  height: auto;
}

.w-mizab .float-prod {
  height: auto;
}

.w-mizab .p1 {
  bottom: 3%;
  left: 8%;
}

.w-mizab .p2 {
  right: 6%;
  top: 3%;
}

@media (max-width: 880px) {
  .w-mizab .l1 {
    top: 0;
  }

  .w-mizab .l2 {
    bottom: 4%;
    width: 58%;
  }

  .w-mizab .p1 {
    bottom: 3%;
    left: 4%;
  }

  .w-mizab .p2 {
    right: 6%;
    top: 3%;
  }

  .w-mizab .mercy-line {
    bottom: 16%;
  }
}
