#index-gallery {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
}
#index-gallery img {
  width: 100%;
}

.tag-action {
  flex-direction: column;
}
.tag-action a {
  color: white !important;
}
.tag-action a:hover {
  text-decoration: none !important;
}

#work {
  width: 100%;
}
.call-action {
  flex-direction: column;
}

.bgCoverNebula {
  position: absolute;
  z-index: -999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.bgCoverNebula video {
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  object-fit: cover;
}

.flex.responsive .btn {
  color: white !important;
}
.flex.responsive .btn:hover {
  color: black !important;
}

@media screen and (min-width: 768px) {
  .call-action {
    flex-direction: row !important;
  }
}
@media screen and (min-width: 868px) {
  #index-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .tag-action {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  #index-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
