.gallery-full-photo {
  width: 100%;
  overflow: hidden;
  display: block;
  line-height: 0;
}

.gallery-full-photo__img {
  width: 100%;
  height: clamp(350px, 56.3vw, 811px);
  object-fit: cover;
  object-position: center;
  display: block;
}
