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

  background-image: url("/static/background_image.jpg");
  min-height: 500px;
}
