.bg-img
{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url("/background_image.jpg");
  min-height: 100%;
}
