
.parallax1 { 
background-image: url("https://grainsandgrill.com/wp-content/uploads/2015/03/grains-grill-beer.jpg");
height: 200px;
width: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax2 { 
background-image: url("https://grainsandgrill.com/wp-content/uploads/2015/06/grains-grill-entree-slide3-2.jpg");
height: 200px;
width: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}