/* 
    Created on : Dec 5, 2017, 9:44:14 AM
    Author     : echo
*/

#our-story-background {
  z-index: -21;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  padding: 0;
  background-color: #3b3b3b;
}

#our-story-header-image {
  z-index: -20;
  height: 40vh;
}

#our-story-spacer {
  height: 30vh;
}

#our-story-center-col {
  z-index: 10;
  background-color: transparent;
}

#our-story-center-container {
  width: 45%;
}

#our-story-content {
  background-color: white;
}

@media (max-width: 767px) {
  #our-story-content-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 1rem !important;
  }

  #our-story-background {
    position: relative;
  }

  #echo-story-primary-title {
    font-size: 3.0rem;
  }
}

@media (max-width: 1500px) {
  #our-story-center-container {
    width: auto;
  }
}

