/* Restore proportions for Tilda images given intrinsic dimensions by the site technical script. */
#rec1292963471 .t821__img,
#rec1292963521 .t821__img,
#t-footer #rec1292864171 .t420__logo,
#t-footer #rec1293147031 .t594__img {
  height: auto !important;
}

/* Keep city photo cards at their intended crop ratio. */
#allrecords .card.opt > img,
#allrecords .vcard.card > img {
  height: auto !important;
  aspect-ratio: 1.35 / 1 !important;
}


/* Match the designed card proportions in Aliso Viejo and Laguna Niguel. */
#allrecords .avp .card.imgcard > img {
  height: auto !important;
  aspect-ratio: 1.35 / 1 !important;
}
#allrecords .lnp-visual-card > img {
  height: auto !important;
  aspect-ratio: 1.36 / 1 !important;
}
