.owl-carousel {
  height: 375px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #FFF;
}
.owl-carousel h1 {
  color: #FFF;
  font-size: 2.8rem;
  line-height: 3rem;
}
.slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #888;
  background-position: center;
  width: 100%;
  height: 250px;
  padding-top: 125px;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 100;
}
.slide .container div {
  margin: 0 120px 0 120px;
}
#heroSingle {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 375px;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 100;
}
#heroSingle .container div {
  margin: 0 120px 0 120px;
}
#heroSingle h1 {
  color: #FFF;
  font-size: 2.8rem;
  line-height: 3rem;
}
#hero {
  display: none;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 100;
}
#hero .container div {
  margin: 0 120px 0 120px;
}
h3 {
  font-weight: 400;
}
.intro {
  color: #58595B;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 100;
  text-align: left;
  border-bottom: 1px dashed #58595B;
}
#slide2 {
  padding: 40px 0 40px 0;
}
#slide3 {
  padding: 40px 0 40px 0;
  background: #EFEFEF;
}
/* Mobile */
@media only screen and (max-width: 549px) {
  #owl-carousel {
    display: none;
  }
  #heroSingle {
    display: none;
  }
  #hero {
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #FFF;
  }
  #hero .container {
    padding: 80px 0 80px 0;
  }
  #hero h1 {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  #hero .container div {
    margin: 0 20px 0 20px;
  }
}