.owner-img {
  height: 450px;

  @media only screen and (max-width:767px) {
    height: 300px;
  }
}

.banner-img {
  background: url("../../img/frontend/about-us-banner.jpg");
  height: 500px;
  margin-top: 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner-txt {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 1.5rem;
  border-radius: 4px;
  font-family: 'gill_sans_novalight', sans-serif;
  z-index: 1;

  @media only screen and (max-width: 500px) {
    font-size: 1.5rem;
    padding: 1rem;
  }
}

.owner-name {
  font-size: 2rem;

  @media only screen and (max-width:767px) {
    font-size: 1.5rem;
  }
}

.our-story-img {
  height: 400px;
}

.parallax::before {
  opacity: 0.7;
}