body, html {
  height: 100%;
}

.parallax {
  height: 100%;
  background-image: url("../../assets/img/fs-paintings/smooch_750.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
}

