#press {
  margin: 0 auto;
}
#press > .container {
  margin: 0 auto;
}
#press-featured {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
#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: 360px;
  max-width: 100%;
  margin: 0 0 1em 0 !important;
  vertical-align: top;
  font-size: .875em;
}
.press-item h3 {
  font-size: 1.25em;
  line-height: 1.1;
  text-transform: uppercase;
  color: inherit;
}
#press cite {
  margin: 1em auto;
  height: 1em;
  font-size: .875em;
  margin: .25em auto 0;
  font-family: "NeutrafaceDisplayBold", helvetica, arial, sans-serif;;
}
#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 {
    width: 360px;
    max-width: 100%;
    font-size: 1em;
  }
}
.press-img {
  position: relative;
  display: inline-block;
  border: .25em solid #febd0e;
  border-radius: 1em;
  margin-bottom: .5em;
  overflow: hidden;
  transition: border-color .5s ease-out;
  width: 100%;
}
.press-img > img {
  max-width: 100%;
  min-width: 240px;
  min-height: 180px;
  height: auto;
  /*filter: drop-shadow(0.0875em 0.0875em 0.125em rgba(0,0,0,.5)) saturate(1) brightness(1) contrast(1);*/
}
.press-item a:hover .press-img,
.press-featured a:hover .press-img {
  /*filter: drop-shadow(0.0875em 0.0875em 0.125em rgba(0,0,0,.5)) saturate(0) brightness(1.125) contrast(.75);*/
  border-color: #01358d;
}
#press a {
  display: block;
}
#press a:hover, #press a:active  {
  filter: none;
}

/* video overlay */

#overlay.video,
#overlay.gallery {
  position: fixed;
  width: 100%; height: 100%;
  top: 0; left: 0;
  transform: translateX(-120%);
  transition: transform 0.5s ease-in-out;
  background: hsla(0, 0%, 0%, 0.8);
  z-index: 99999999999;
}

.video #overlay-inner,
.gallery #overlay-inner {
  position: absolute;
  width: 100%; height: 0; padding-bottom: 56%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

.video #overlay-inner iframe,
.gallery #overlay-inner iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

#overlay-open #overlay {
  transform: translateX(0);
}

@media (min-width: 768px) {
  .video #overlay-inner {
    width: 80%;
    padding-bottom: 45%;
  }
}