@media screen and (max-width: 767px) {

    .slide img {
        height: auto !important;
        max-width: 213%;
    }

    /*** FEATURED BANNERS ***/

    .FeaturedBanner {
        width: 60%;
        margin-bottom: 35px;
    }

    /*** PRODUCT CATEGORIES SLIDER ***/

    .CatTitle {
        width: auto;
    }

    /*** CATALOG ***/

    #CatalogsWrapper {
        display: none;
    }

    /*** QUADS ***/

    .QuadColumn h1 {
        font-size: 25px;
    }

    #QuadsContent {
        background-image: none;
    }

    .QuadColumn {
        width: 100%;
    }

    .QuadColumn:nth-child(6) {
        border: none;
    }


    #Quads {
        background: none;
        margin-top: 0px;
    }

    #QuadsContent {
        background-image: none;
    }

    .QuadColumn {
        width: 100%;
    }

    .Quad1, .Quad2, .Quad3, .Quad4, .Quad5, .Quad6 {
        margin-left: 0px;
        margin-right: 0px;
        border-bottom: 1px solid gray;
        display: inherit;
        width: 98%;
        position: relative;
        text-align: left;
        vertical-align: top;
        background-position: 94% 50%;
        background-size: 30% !important;
    }

    .Quad1 {
        background-size: 25% !important;
    }

    .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;
    }


    /*** Entry Popup ***/
    #EntryPopup {
        width: 50%;
        min-width: 250px;
    }

        #EntryPopup h2 {
            line-height: 65px;
        }

    #EntryEmail {
        width: 90%;
    }

    #EntryRegister {
        width: 100%;
    }

    #EntryPopupClose {
        width: 100%;
    }


}


