/* Site-wide safety net for media that was not present in the archive. */
.restored-asset-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  aspect-ratio: 3 / 2;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #202a35 0%, #1577b8 100%);
  font: 600 17px/1.35 "Open Sans", Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
}

.fat-thumbnail > .restored-asset-placeholder {
  aspect-ratio: 3 / 2;
}

/* Archived background videos may be unavailable; keep the designed hero visible. */
.et_pb_section_video_bg .mejs-overlay-error,
.et_pb_section_video_bg .mejs__overlay-error,
.et_pb_section_video_bg .mejs-offscreen {
  display: none !important;
}
