  .relogsBanner {
    background-image: url("/static/images/relogs2.png"); 
    background-size: cover;       /* scales to fill div */
    background-position: center;  /* centers the image */
    background-repeat: no-repeat; /* prevents tiling */
  }