/* LPA Home drop Labradorite photo +60px vs original 1.64 aspect; width unchanged. Marker: lpa-home-drop-photo-h60-v2 */
/* !important: beats home.css + inline aspect-ratio on this img (same property already forced there). */
body.home.page-id-24 .entry-content section.has-tide-deep-background-color .wp-block-image {
  container-type: inline-size;
  container-name: lpa-home-drop-photo;
}

body.home.page-id-24 .entry-content section.has-tide-deep-background-color .wp-block-image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: unset !important;
  height: calc(100cqi / 1.64 + 60px) !important;
  object-fit: cover;
}