.bgImg {
  /* background from static/images/background.jpg */
  background-image: "{{ url_for('static', path='images/background.jpg') }}";
  background-size: cover;        /* fill the viewport */
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;             /* full height */
}