.hero--noonesaysno {
  background-color: #ffdd00;
  height: auto;
  max-height: none;
}

.hero--noonesaysno h1, .hero--noonesaysno h2 {
  color: #DA291C;
  text-transform: uppercase;
}
.hero--noonesaysno h1{
    font-size: 4.5em;
}

.hero--noonesaysno h2 {
  width: 67%;
  font-size: 2em;
  margin: 2em 0 0 0;
  text-align: center;
  line-height: .9;
}

.products-featured .product-category h3 {
  font-size: 1.5em;
  line-height: 1.3em;
}

.ytplayer-wrapper {
  
}

.pagehero .hero--home-text-noone > picture img{
  display: block;
    position: relative;
    margin: -36vw 59vw 4vw;
    vertical-align: middle;
    z-index: 1;
    width: 85%;
}

.products-featured .product-category {
    background-color: #ffdd00;
    margin: 0 1em 2em;
  border-radius: 20px;
      padding: 1.5em 1em 1em;
}

.product-category-description {
    padding: 0.2em 0.5em 2em;
}

.products-featured img {
    width: 80%;
    margin: 0 auto;
    padding: 2em 0;
}
h2 span{
  font-size:6.5vw;
}
 h2 span:nth-last-of-type(1){
    margin: .2em 0 0 0;
   font-size:5.1vw;
  }

@media (min-width: 48em) {
    .hero--image-slide-text h2 {
      display: block;
     font-size: 3em;
    
  }
  .hero--noonesaysno h1 {
    width: 100%;
    font-size: 2.5em;
   padding: 0 0 .5em 0;
  }
  .hero--noonesaysno h1 span{
   display: inline-block;
  }
    .ytplayer-wrapper {
      max-width: 30em;
      margin: 0 auto;
  }
    .pagehero .hero--home-text-noone > picture img {
        margin: -38vw 0 0 0;
        max-width: 51em;
        width: 100%;
        left: 58vw;
  }
    .hero--noonesaysno {
      padding: 0 0 7em 0;
  }
      .products-featured-row > * {
        flex-basis: 25%;
        box-sizing: border-box;
    }
    .products-featured .product-category h3 {
      font-size: 1.25em;
      
  }
  h2 span:nth-last-of-type(1){
    
  }
    .products-featured .product-category {
      margin: 1em 1em;
      
  }
    .products-featured .button-cta {
      margin: 1em;
  }
  
}

@media (min-width: 72em) {
    h2 span {
      font-size: 1.1em;
  }
    h2 span:nth-last-of-type(1) {
      font-size: .9em;
  }
  .hero--noonesaysno h2 {
    width: 11em;
  }
      .pagehero .hero--home-text-noone > picture img {
        margin: -21em auto 0;
        max-width: 51em;
        width: 100%;
        left: 29em;
    }
  
  
  
}