﻿body {
    background-image: url(../img/bg-grass-repeat.jpg);
    background-position: center center;
    background-attachment: fixed;
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
    body {
        /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
        background-image: url(images/background-photo-mobile-devices.jpg);
    }
}

.page-banner.bg-full.bg-fixed.tyre-bg {
    display: none
}

.page-content {
    background: transparent;
}

@media (max-width: 768px) {
    body {
        background-image: url(../img/bg-grass-repeat.jpg);
        background-position: center center;
        background-repeat: repeat;
        background-attachment: fixed;
        background-size: contain;
    }

    .page-padding {
        padding-top: 0;
        margin: 0;
    }
}