.moto-bg {
   background: url('/images/cooper-auto.jpg');
   background-size: cover;
}

.heroText a {
   color: rgba(255, 255, 255, .67);
}

@media only screen and (min-width: 992px) {
   .google-map {
     margin-top: -4.7rem;
   }
}

.parallax {
   /* The image used */
   background-image: url("/images/cooper-auto.jpg");
 
   /* Set a specific height */
   min-height: 500px;
 
   /* Create the parallax scrolling effect */
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}