.hero {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hero .hero_header {
  z-index: 2;
  text-transform: uppercase;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 55%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  left: 0;
  right: 0;
}
.hero .hero_header h1 {
  font-size: 45px;
  line-height: 60px;
}
.hero .hero_header h2 {
  font-size: 30px;
  font-style: italic;
}
.hero .hero_header button {
  color: #FFFFFF;
  background-color: #FF3535;
  border-radius: 8px;
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}
.hero .hero_header button a {
  color: #FFFFFF;
}
.hero .hero_header button:hover {
  background-color: #323232;
}
.hero video {
  position: relative;
  opacity: .8;
  top: 0;
  height: 100%;
  z-index: 0;
}
.hero .hero_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/global/img/dot_pattern.png) repeat center center;
  background-size: 2px;
}
.gallery_wrapper {
  position: relative;
}
.blur {
  position: absolute;
  opacity: .8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .25;
  background: url(../img/index/tools.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.ppg .ppg_header {
  padding: 150px 0px;
  width: 95%;
  margin: auto;
  font-size: 20px;
}
.ppg {
  background-color: #FFFFFF;
  text-align: center;
}
.ppg .ppg_header img {
  max-width: 300px;
}
.ppg .ppg_header p {
  padding: 25px 0px;
  line-height: 35px;
}

@media (min-width: 600px) {

  .hero video {

  }

}
@media (min-width: 775px) {

  .hero video {
    left: 0;
  }

}
@media (min-width: 1000px) {

  .hero video {
    width: 100%;
    height: auto;
  }

  .hero .hero_header {
    scale: 1.2;
    max-width: 800px;
    top: 55%;
  }

}
@media (min-width: 1500px) {

  .hero .hero_header {
    scale: 1.3;
    max-width: 1100px;
  }

}
