@media screen and (max-width: 939px)
{
    body
    {
        overflow-x: hidden;
        margin-right:40px;
    }
    .container
    {
        margin: 20px;
        width:100%;
    }
    .row > .col
    {
        float:none;
        width:100% !important;
        margin-left:0 !important;
    }
    .tile-content
    {
        height: auto !important;
    }
    .subTiles
    {
        display: none;
    }
    .subHead, .headBackground
    {
        background-size: auto;
    }
    .sub
    {
        float: none !important;
        margin-left:120px !important;
    }
    .ls:after
    {
        display:block;
        background:url(/_includes/img/tiles/divider4simList.png) no-repeat;
        width:264px;
        height:2px;
        content: "";
        margin-top:5px;
        margin-left:-49px;
    }
    div.all-products a
    {
        left:30px;
    }
}

@media screen and (max-width: 490px)
{
    body
    {
        zoom: 90%;
    }
}

@media screen and (max-width: 430px)
{
    body
    {
        zoom: 80%;
    }
}

@media screen and (max-width: 390px)
{
    body
    {
        zoom: 70%;
    }
}

@media screen and (max-width: 340px)
{
    body
    {
        zoom: 65%;
    }
}

@media screen and (max-width: 290px)
{
    body
    {
        zoom: 55%;
    }
}