@media (max-width: 728px) {
  .hero-flex .col-smol {
    width: 100% !important;
    margin: 0 5px 0 5em !important;
  }
}

.hero-flex .col-inv {
  overflow: hidden;
}

@media (max-width: 728px) {
  .hero-flex .col-inv {
    display: none;
  }
}

.item .hero-flex {
  overflow: hidden;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.home-2-vid {
  height: 100%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  .home-2-vid {
    top: 0;
  }
}

@media screen and (max-width: 728px) {
  .home-2-vid {
    position: relative;
    height: 80%;
  }
}

.home-4-vid {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  .home-4-vid {
    top: 0;
  }
}

@media screen and (max-width: 728px) {
  .home-4-vid {
    position: relative;
    height: 80%;
  }
}

.tag {
  font-size: 16px;
  font-weight: bold;
}

.menu-social {
  position: absolute;
  bottom: 5%;
  text-align: center;
  margin: auto 25%;
}

@media screen and (max-width: 768px) {
  .desc {
    margin: 5px;
    width: 120% !important;
  }
}

.desc h2 {
  font-size: 38px !important;
}

.mob-backup {
  display: none;
}

@media screen and (max-width: 768px) {
  .mob-backup {
    display: inline;
    position: absolute;
    z-index: -999;
    width: 100%;
    height: 20%;
  }
  .mob-backup .hero-img {
    height: 20%;
  }
}

@media screen and (max-width: 768px) {
  .text-inner {
    margin-top: 2em;
    margin-left: -4.7em !important;
  }
}
/*# sourceMappingURL=index.css.map */