/* HVP-AREA-MEDIA-01B · Centurion production primary-image canary */
.area-property-placeholder.area-property-media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.area-property-placeholder.area-property-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
