/* HERO */
.single-hero-video-wrap {
  background: var(--shade-ultra-dark);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.single-hero-video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.video__wrapper {
  overflow: hidden;
  width: 100%;
}
.video__wrapper video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 478px) {
  .post-hero-intro .btn_magnetic {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .post-hero-intro .btn_magnetic .btn_inner {
    width: 100%;
  }
  .post-hero-intro .btn_magnetic .btn_inner .link_text {
    text-align: left;
  }
}
/* Liste des categories */
.post-hero-intro__cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Projets single */
.video-grid {
  gap: var(--space-l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-grid__item {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - (var(--space-m)));
  flex: 1 1 calc(50% - (var(--space-m)));
}
@media screen and (max-width: 767px) {
  .video-grid__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.video-grid__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-grid__item .project-play-btn {
  display: flex;
  direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: inherit;
  bottom: 4rem;
  left: 4rem;
  right: inherit;
  padding: 0;
  width: 4rem;
  height: 4rem;
  visibility: initial !important;
}
.video-grid__item .project-play-btn svg {
  margin-left: 0.5rem;
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .video-grid__item .project-play-btn {
    bottom: 2rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .video-grid__item .project-play-btn svg {
    width: 1.5rem;
  }
}
/* Gallery videos */
body.single .gprev, body.single .gnext {
  display: inherit !important;
}
