body {
    background-image: url('/img/freshbox_new_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer {
  height: 60px;
}


@media only screen and (max-width: 992px) {
    body {
      background-position: center;
    }
}


@media only screen and (max-width: 700px) {
    body {
      background-image: url('/img/freshbox_main_bg.jpg') !important;
    }
}