.hero-instagram {
  position: absolute;
  z-index: 4;
  right: 5vw;
  bottom: 3vh;
  color: #fff;
  font: 600 10px Oswald, sans-serif;
  letter-spacing: 0.2em;
  border-bottom: 2px solid var(--red);
  padding-bottom: 5px;
}

.hero-instagram:hover {
  color: var(--red);
}

.hero-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 25%;
}

.photo-credit {
  position: absolute;
  z-index: 2;
  right: 3%;
  top: 5%;
  color: rgba(255, 255, 255, 0.65);
  font: 600 9px/1.4 "DM Sans", sans-serif;
  letter-spacing: 0.25em;
  text-align: right;
}

.shot {
  filter: none;
}

.shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.shot:hover img {
  transform: scale(1.025);
}

.shot-b img,
.shot-c img,
.shot-d img {
  filter: grayscale(1) contrast(1.04);
}

.shot-a img {
  object-position: 50% 32%;
}

.shot-b img,
.shot-c img {
  object-position: 50% 20%;
}

.shot-d img {
  object-position: 50% 18%;
}

.shot p,
.shot span {
  z-index: 2;
}

.shot p {
  padding: 7px 9px;
  background: rgba(0, 0, 0, 0.72);
}

@media (max-width: 760px) {
  .hero-instagram {
    right: 6vw;
    bottom: 7vh;
  }

  .hero-photo {
    object-position: 52% 22%;
  }
}
