.project-container .post-grid .article-wrapper article .project-videos {
  width: calc(100% + 120px);
  margin: 0 -60px 1em;
}

.project-videos .modal.modal-video {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  margin-top: -100vh;
  margin-bottom: 100vh;
  opacity: 0;
  transition: margin 0.5s, opacity 0.5s;
}
.project-videos .modal.modal-video .modal-video__box {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  text-align: center;
  background-color: black;
}
.project-videos .modal.modal-video .modal-video__box .close-modal {
  position: absolute;
  top: -1em;
  right: -1em;
  font-size: 2em;
}
.project-videos .modal.modal-video .modal-video__box .loading {
  color: white;
}
.project-videos .modal.modal-video.active {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}
.project-videos .modal.modal-video.deactivating {
  margin-top: -100vh;
  margin-bottom: 100vh;
  opacity: 0;
}/*# sourceMappingURL=block.css.map */