/* The filter emits both the live object and a deterministic still image.
   Reveal adds .print-pdf to <html> for both ?print-pdf and ?view=print. */
.print-media-static {
  display: none !important;
}

html.print-pdf .print-media-live {
  display: none !important;
}

html.print-pdf .print-media-static {
  display: inline-block !important;
}

html.print-pdf div.print-media-static {
  display: block !important;
}

.print-media-static img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

.print-media-static a {
  color: inherit;
  text-decoration: none;
}

.print-media-youtube {
  position: relative;
}

.print-media-youtube::after {
  content: "\25B6";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 2.1em;
  height: 1.45em;
  padding: 0.13em 0 0 0.12em;
  border-radius: 0.28em;
  color: white;
  background: rgba(204, 0, 0, 0.88);
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
  text-shadow: none;
}
