.img-fluid
{
   height: auto;
   left: 0;
   margin: 0;
   min-height: 100%;
   min-width: 674px;
   padding: 0;
   
   top: 0;
   width: 100%;
   z-index: -1;
}
.img-fluid .fixed-attashment{
  height: auto;
   left: 0;
   margin: 0;
   min-height: 100%;
   min-width: 674px;
   padding: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
}

.content-filler{
  min-height:350px;
}

.footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  
}



