#bg-slide {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: -1;
}