.swiper-slide img {
    height: 390px;
    object-fit: cover;
    width: 100%;
    object-position: center bottom;
}

/* Fix for Business Details card list item alignment */
.author__contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.author__contact li > .la,
.author__contact li > .fa {
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 5px;
  width: 20px; /* Give icon a consistent width */
  text-align: center;
}

.author__contact li > div {
  flex-grow: 1;
}

/* Override conflicting theme style for map height */
#map-contact.contact-map {
    height: auto !important;
}