﻿
@media screen and (max-width: 558px)
{
    .prodFeatPhoto
    {
        width: 25% !important;
    }
    .prodFeatText
    {
        width: 100% !important;
    }
    .prodFeatPhoto img
    {
        margin: 0;
    }
    .homeFeatureHeight
    {
        width: 100%;
    }
    #C033_Col01 .sf_2cols_2_50
    {
        width: 100%;
    }
    #C034_Col01
    {
        margin: 0;
    }
    .sf_2cols_1_50, .sf_2cols_2_50, .sf_2cols_1_50 .sf_2cols_1in_50, .sf_2cols_2_50 .sf_2cols_2in_50
    {
        margin-left: 0;
        width: 100% !important;
        float: none;
    }
    .sf_2cols_1_33, .sf_2cols_2_67
    {
        width: 100% !important;
        margin-left: 0;
        float: none;
    }
    .marketsHomeLink h2
    {
        padding: 10px;
        height: auto;
    }
    .marketsHomeLink img
    {
        width: 100%;
    }
    .featureBoxSm .sf_2cols_2_50
    {
        width: 100% !important;
    }
}
@media screen and (max-width: 350px) 
{
    .prodFeatPhoto
    {
        display:none;
    }
    .prodFeatText
    {
        width: 100% !important;
    }
}