Mobile Number Optional
#top-header { display: none; } #main-header { display: none; } #page-container { padding-top: 0px !important; margin-top: -1px !important; } #main-footer { display: none; } body { background-repeat: no-repeat; background-size: cover; background-image: url("https://liteverywhere.com/wp-content/uploads/2025/07/Desktop-scaled.jpg"); } /* Desktop-only view. * Largest mobile view is iPad Pro with 1366 in landscape mode */ @media only screen and (min-width:1367px) { body { background-size: cover; background-image: url("https://liteverywhere.com/wp-content/uploads/2025/07/Desktop-scaled.jpg"); } } /* Large mobile device screens */ @media only screen and (max-width:1366px) { body { background-size: cover; background-image: url("https://liteverywhere.com/wp-content/uploads/2025/07/Desktop-scaled.jpg"); } } /* Load a smaller image for smaller screens */ @media only screen and (max-width:970px) { body { background-size: cover; background-image: url("https://liteverywhere.com/wp-content/uploads/2025/07/Mobile.jpg"); } } /* Smallest image for phone screens */ @media only screen and (max-width:500px) { body { background-size: cover; background-image: url("https://liteverywhere.com/wp-content/uploads/2025/07/Mobile.jpg"); } }