#press {
    margin: 0 auto;
  }
  #press > .container {
    max-width: 68em;
    margin: 0 auto;
  }
  #press-featured {
    width: 48em;
    max-width: 100%;
    margin-bottom: 3em;
  }
  #press-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5em;
    max-width: 1500px;
    margin: 0 auto;
  }
  .press-item {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    margin: 0;
    vertical-align: top;
    font-size: .875em;
  }
  .press-item h3 {
    font-family: unset;
    font-size: 1.2em;
    line-height: 1;
    text-transform: none;
    margin: .5em auto .25em;
    color: unset;
    min-height: 6em;
    font-synthesis: none;
    padding: 0 1em;
    -webkit-font-smoothing: antialiased;
  }
  .press-item a {
    padding: .5em;
    background-color: #ec7207;
    color: #fff;
  }
  .press-item a:hover {
        filter: brightness(1.1);
  }
  #press cite {
    margin: 0 auto;
    height: 1em;
    font-size: .875em;
    padding: 0;
    font-style: normal;
  }
  #press .cbs cite {
    height: 8.5em;
    position: absolute;
    left: 7.667em;
    bottom: 2.875em;
  }
  #press .nyt cite {
    height: 1.625em;
  }
  #press .vulture cite,
  #press .theatrely cite {
    height: 1.375em;
  }
  #press .latimes cite {
    height: 1.4375em;
  }
  #press .new-yorker cite {
    height: 1em;
  }
  #press .vogue cite {
    height: 1.375em;
  }
  #press .bwaydirect cite {
    height: 0.875em;
  }
  #press cite svg,
  #press cite img {
    height: 100%;
    width: auto;
  }
  @media (max-width: 767px){
    .press-item, #press-featured {
      width: 516px;
      max-width: 100%;
      font-size: 1em;
    }

  }
  .press-img {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: border-color .3s;
  }
  .press-img > img {
    max-width: 100%;
    min-width: 200px;
    height: auto;
    filter: saturate(1) brightness(1) contrast(1);
    transition: filter .5s;
  }
  .press-item a:hover .press-img > img,
  .press-featured a:hover .press-img > img {
    filter: saturate(1) brightness(1.125) contrast(.75);
  }
  .press-item a:hover .press-img {
    border-color: #0f2964;
  }
  #press a {
    display:block;
  }
  #press a:hover, #press a:active  {
    filter: none;
  }
  
  /* video overlay */
  
  #video-overlay {
    position: fixed;
    width: 100%; height: 100%;
    top: 0; left: 0;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    background: rgba(0,0,0,.8);
    z-index: 99999999999;
  }
  
  #video-overlay-close:after {
    position: absolute;
    top: .5em; right: .5em;
    content: "\00d7";
    font-size: 2em;
    cursor: pointer;
  }
  
  #video-overlay-inner {
    position: absolute;
    width: 100%; height: 0; padding-bottom: 56.25%;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
  }
  
  #video-overlay-inner iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
  }
  
  .video-overlay-open #video-overlay {
    transform: translateX(0);
  }
  
  @media (min-width: 768px) {
    #video-overlay-inner {
      width: 80%;
      padding-bottom: 45%;
    }
  }

