body {
    background-color: #E2E2E2;
    background-image: url(bg-construct.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

@media (max-width: 1024px){
    body {
        background-size: 250% !important;
        
    }
  }