/* Equal photo box for newspaper + web. Top of the newspaper page is shown. */
@import url("/themes/default/hpt-equal-cards.css?v=20260829eq");

.hpt-c-paper .hpt-c-img,
.hpt-c-web .hpt-c-img {
  aspect-ratio: 3 / 2 !important;
}
.hpt-c-img img,
.hpt-c-paper .hpt-c-img img,
.hpt-c-web .hpt-c-img img {
  object-fit: cover !important;
  object-position: top center !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.hpt-page-row img { object-fit: contain !important; }
