/* Force the background to cover the whole screen */
body {
background-image: url(‘YOUR_IMAGE_URL’) !important;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}