/* Compatibility additions only. The original HTML, dimensions, and browser defaults remain authoritative. */

html,
body {
  background: #000;
}

body {
  width: 800px;
  min-width: 800px;
  margin: 8px;
}

body.home-page {
  width: auto;
  min-width: 0;
}

.section-content {
  width: 671px;
  margin-left: 129px;
  min-height: 450px;
  box-sizing: border-box;
}

.section-content > blockquote {
  margin-left: 20px;
  margin-right: 40px;
}

img[usemap] {
  /* Keep image-map coordinates in the original 109 x 450 coordinate space. */
  width: 109px;
  height: 450px;
  max-width: none;
  float: left;
}

.legacy-video {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  background: #000;
  border: 1px solid #ff0000;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.92);
  cursor: zoom-out;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  display: block;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  width: auto;
  height: auto;
  border: 1px solid #ff0000;
  box-shadow: 0 0 24px #000;
  cursor: default;
}

.lightbox-close {
  position: absolute;
  top: 8px;
  right: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: bold 30px/1 Arial, sans-serif;
  cursor: pointer;
}
