.home-shot {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(to right, #d4cbc1, #c1b4a6);
}

.home-shot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-bench {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 960px) {
  .home-bench {
    object-position: center center;
  }
}
