@media (min-width: 924px) {
  #nitro-v15-hero { position: relative; background: linear-gradient(to top, transparent 90%, rgb(0, 0, 0) 100%), linear-gradient(to bottom, transparent 90%, rgb(0, 0, 0) 100%), url("../../assets/images/nitro-v15/bg-hero.png") top center no-repeat; background-size: cover; }
}
@media (min-width: 1200px) {
  #nitro-v15-hero { position: relative; background: linear-gradient(to top, transparent 90%, rgb(0, 0, 0) 100%), linear-gradient(to bottom, transparent 90%, rgb(0, 0, 0) 100%), url("../../assets/images/nitro-v15/bg-hero.png") left top no-repeat; background-size: cover; }
  #nitro-v15-hero .header-text { margin-left: -3rem; }
  #nitro-v15-hero .header-t { padding-top: 80px; }
}

.nitro-header {
  height: 8rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.nitro-header figure {
  max-width: 15%;
}

@media (min-width: 768px) {
  .nitro-header figure {
    max-width: 10%;
  }
}

@media (min-width: 1024px) {
  .nitro-header {
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .nitro-header {
    margin: auto 5rem;
  }
}

@media (min-width: 1440px) {
  .nitro-header figure {
    max-width: 8%;
  }
}
