@media screen and (max-width: 767px) {

    .slide img {
        height: auto !important;
        max-width: 213%;
    }

    /*** MILLENNIUM VIEW MESSAGE ***/

    #MillenniumViewMessage h1 {
        line-height: 40px;
    }

    /*** CATEGORY SECTION ***/

    .HomeSubCats {
        display: none !important;
    }

    /*** BEST SELLERS ***/

    /*** QUADS ***/

    .QuadColumn h1 {
        font-size: 25px;
    }

    #QuadsContent {
        background-image: none;
    }

    .QuadColumn {
        width: 100%;
    }

        .QuadColumn:nth-child(6) {
            border: none;
        }

    .Quad1 {
        border-right: none;
        padding: 0px;
        border-bottom: 2px solid #e9e8e8;
    }

    #Quads {
        background: none;
        margin-top: 0px;
    }

    #QuadsContent {
        background-image: none;
    }

    .QuadColumn {
        width: 100%;
    }

    .Quad1, .Quad2 {
        margin-left: 0px;
        margin-right: 0px;
        display: inherit;
        margin: 0 auto;
        width: 98%;
        position: relative;
        text-align: left;
        vertical-align: top;
        background-position: 94% 50%;
    }

    .QuadText {
        width: 97%;
        margin-bottom: 15px;
        margin-left: 10px;
        height: auto;
    }

    .LearnMoreQuad {
        bottom: 5px;
        position: initial;
        margin-left: 0px;
        display: block;
    }

    .Quad6 {
        border-bottom: none;
    }
}
