.product-header-image-flex {
  display: flex;
  flex-direction: column;
}
.seismic-header-image-flex-ultrawide {
  display: none;
}
.seismic-ultrawide-logo {
  display: none;
}
.unclean-header-image-flex-ultrawide {
  display: none;
}
.unclean-ultrawide-logo {
  display: none;
}
.nylon-header-image-flex-ultrawide {
  display: none;
}
.nylon-ultrawide-logo {
  display: none;
}
.undercurrent-header-image-flex-ultrawide {
  display: none;
}
.undercurrent-ultrawide-logo {
  display: none;
}
.intro-para {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.intro-para h4 {
  font-weight: 700;
  color: #d9d9d9 !important;
  font-size: 0.875rem;
}
.intro-para p {
  max-width: 70rem;
  color: #d9d9d9 !important;
  line-height: 1.65rem;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 0.875rem;
}

.about-artisan-wrapper {
  max-width: 70rem;
  width: 100%;
  /* padding-left: 1.4rem;
  padding-right: 1.4rem; */
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.effects-top-header {
  margin-top: 3.5rem;
}

.about-artisan-wrapper h3 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 300 !important;
  margin-bottom: 0.5rem;
  /* letter-spacing: 0.025rem; */
  /* opacity: 0.9; */
}

hr {
  height: 2px;
  border: none;
  background-color: orange;
  margin: 0;
}

.features-orange-bar {
  height: 2px;
}

#artist-description {
  display: flex;
  justify-content: center;
  align-items: center;
}
#artist-description p {
  max-width: 70rem;
  color: #d9d9d9 !important;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 1.9em;
  letter-spacing: 0.03em;
  margin-top: 2rem;
  padding-bottom: 4vw;
  font-size: 0.875rem;
  /* opacity: 0.85; */
}

@media (min-width: 768px) {
  .intro-para {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .intro-para h4 {
    font-size: 1rem;
  }
  .intro-para p {
    font-size: 1rem;
    line-height: 1.9rem;
  }

  .effects-top-header {
    margin-top: 2rem;
  }

  .about-artisan-wrapper h3 {
    font-size: 28px;
    font-weight: 300 !important;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
    line-height: 1.8em;
  }
  #artist-description p {
    padding: 0rem 0rem;
    padding-bottom: 0.2rem;
    margin-top: 0;
    font-size: 1rem;
    max-width: 57rem;
    line-height: 1.9em;
    font-weight: 300 !important;
    opacity: 1;
  }
}

@media (min-width: 980px) {
  .about-artisan-wrapper {
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .effects-top-header {
    margin-top: 2rem;
  }

  .about-artisan-wrapper h3 {
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 1.8em;
  }
  .intro-para {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  .ata-overview {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 2000px) {
  .product-header-image-flex {
    display: none;
  }
  /* unclean */
  .unclean-header-image-flex-ultrawide {
    display: block;
    height: 930px;
    overflow: hidden;
  }
  .unclean-ultrawide-bg {
    width: 100%;
    background-size: cover;
  }
  .unclean-ultrawide-logo {
    position: absolute;
    top: 27rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 1900px;
    display: block;
  }
  /* seismic ultrawide header classes */
  .seismic-header-image-flex-ultrawide {
    display: block;
    height: 1030px;
    overflow: hidden;
  }
  .seismic-ultrawide-bg {
    width: 100%;
    background-size: cover;
  }
  .seismic-ultrawide-logo {
    position: absolute;
    top: 37rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 102rem;
    display: block;
  }
  /* nylon */
  .nylon-header-image-flex-ultrawide {
    display: block;
    height: 1030px;
    overflow: hidden;
  }
  .nylon-ultrawide-bg {
    width: 100%;
    background-size: cover;
    transform: translateY(-4rem);
  }
  .nylon-ultrawide-logo {
    position: absolute;
    top: 13rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 68rem;
    display: block;
  }
  /* undercurrent */
  .undercurrent-header-image-flex-ultrawide {
    display: block;
    height: 930px;
    max-height: 930px;
    overflow: hidden;
    position: relative;
  }
  .undercurrent-ultrawide-bg {
    position: absolute;
    transform: translateY(-17%);
  }
  .undercurrent-ultrawide-logo {
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 117rem;
    display: block;
  }
}
