/* Keep the full photograph inside the alert dialog, including narrow phones. */
.wnd-alert-detail-open .ww-detail.wnd-alert-detail {
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}
.wnd-alert-detail-open .ww-detail__hero {
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 40px) !important;
  box-sizing: border-box !important;
}
.wnd-alert-detail-open .ww-detail__hero img {
  min-width: 0 !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
