.slide-hero-wrap {
 position: relative;
}
.slide-item {
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: 50% 50%!important;
  height: 450px;
}
.slide-hero-wrap .page-center {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.copy-hold {
 width: 80%;
 margin: 0 auto;
 text-align: center;
 padding: 75px 0 0 0;
}
.copy-hold h1 {
  color: #fff;
  text-shadow: 4px 2px 10px rgba(0,0,0,0.9);
  font-family: Avenir;
  
}
.copy-hold h4 {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.cta-hold {}

@media screen and (max-width:1235px) {
  .copy-hold {
    width: 100%;
  }
  
}
@media screen and (max-width:1000px) {
  
  .copy-hold h1 {
    font-size: 5rem;

  }
  
}

@media screen and (max-width:880px) {
   
  .copy-hold {
    width: 100%;
  }
  
}
@media screen and (max-width:568px) {
  
  .hero-wrap {
    padding: 60px 0;
  }
  .copy-hold {
    padding: 30px 0 0 0;
  }
  
  .slide-item {
    height: 350px;
  }

  
  .copy-hold h1 {
    font-size: 4rem;

  }