main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* -------------------------------------- */
/* Larger circular crops for highlight cards */
/* -------------------------------------- */
.circle-crop {
  width: 260px; /* bigger circle */
  height: 260px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* Override theme forcing width:100% */
.feature-image img.circle-crop {
  width: 260px !important;
  height: 260px !important;
  object-fit: cover !important;
}

/* Remove ALL card/background around images */
.feature-image {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 1rem;
}

/* Remove outer card background (just in case) */
.feature {
  background: transparent !important;
  box-shadow: none !important;
}

/*# sourceMappingURL=main.css.map */