/* 
    Document   : responsive
    Created on : Jan 23, 2013, 2:14:27 PM
    Author     : Doug
    Description:
        Media queries to keep the site looking good.  Resizes oversized pictures at
        certain resolutions and such.
*/

@media screen and (max-width: 1120px) {
    img {
        max-width: 483px;
        /*height: auto;*/
    }
}

.prod-content-content img {
    max-width: 540px;
    height: auto;
}