@media (min-width: 768px) {
  .property-contact__agent {
    min-height: 0;
  }

  .property-contact__agent img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
