/* Fade the video's falloff into the black page like a soft Photoshop brush. */
.contact-phone canvas {
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse 56% 62% at 50% 51%, #000 46%, rgba(0, 0, 0, .88) 59%, rgba(0, 0, 0, .42) 70%, transparent 92%);
  mask-image: radial-gradient(ellipse 56% 62% at 50% 51%, #000 46%, rgba(0, 0, 0, .88) 59%, rgba(0, 0, 0, .42) 70%, transparent 92%);
}

/* Hero subtitle: two points larger at every responsive size. */
.hero p { font-size: 14px; }

@media (min-width: 701px) and (max-width: 1199px) {
  .hero p { font-size: 13px; }
}

@media (max-width: 700px) {
  .hero p { font-size: 12px; }

  .phase-copy,
  .disco-copy,
  .other-copy {
    font-size: 14px;
    line-height: 1.25;
  }
}
