/* Match the Feed's 4:3 photo frame and cover behavior. */
.wnd-alert-detail-open .ww-detail__hero {
  width: auto !important;
  max-width: calc(100% - 16px) !important;
  margin: 4px 8px 0 !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  overflow: hidden !important;
}
.wnd-alert-detail-open .ww-detail__hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
