@media only screen and (max-width: 1465px) {
.template--index .halves__image {
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
  }
.template--index .halves__image img {
     min-width: 100%;
     min-height: 100%;
     object-fit: cover;
  }
}
