div#prodContainer {
    max-width: 1200px;
    margin: auto;
}

    div#prodContainer article.banner img {
        width: 100%;
    }

        div#prodContainer article.banner img.mobile-banner {
            display: none;
        }

    div#prodContainer h1 {
        font-family: HelveticaNeueLTStd-ThIt;
        margin-bottom: 0;
        padding-bottom: 5px;
        font-size: 40px;
        color: #333;
        font-weight: bold;
    }

    div#prodContainer div.sectionTitle {
        font-size: 20px;
        margin-top: 20px;
    }

    div#prodContainer .priceCut {
        display: inline-block;
        font-size: 12px;
    }

        div#prodContainer .priceCut .hdrprice {
            border-right: 1px solid #666;
            margin-right: 5px;
            padding-right: 5px;
            margin-top: 5px;
            color: #C00;
            /*font-size: 10px;*/
            position: relative;
            text-transform: uppercase;
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: bold !important;
        }

    div#prodContainer .productItem.tile {
        vertical-align: top;
        /* margin-bottom: 2em; */
    }

    div#prodContainer article.banner {
        height: auto;
        background-image: none;
    }

.tile.productItem .image img {
    width: 100% !important;
}

section {
    border-bottom: 0 !important;
}

.productContainer h4 {
    width: 100% !important;
}

.tile.productItem #prodDescrip h4, .price {
    font-size: 14px;
}

.tile.productItem {
    width: 22%;
}

    .tile.productItem .image {
        width: 100%;
        height: 288px;
    }

        .tile.productItem .image img {
            max-width: 288px;
        }

    .tile.productItem .ribbon-wrapper {
        top: 10px;
    }

    .tile.productItem #prodDescrip .price {
        font-family: helvrom;
        font-weight: normal;
        margin-top: 15px;
    }

@media only screen and (max-width : 1200px) {
    div#prodContainer div.sectionTitle {
        margin-left: 20px;
    }

    .tile.productItem .image img {
        width: 100%;
    }

    .tile.productItem .image {
        height: 288px;
    }

    section.productContainer {
        width: 98%;
        margin: auto;
        display: block;
    }

    div#prodContainer h1 {
        margin-left: 5px;
    }
}

@media only screen and (max-width : 995px) {
    .tile.productItem {
        width: 45%;
    }

        .tile.productItem .image {
            height: 360px;
        }
}

@media only screen and (max-width : 780px) {
    .tile.productItem .image {
        height: 320px;
    }
}

@media only screen and (max-width : 700px) {
    .tile.productItem .image {
        height: 290px;
    }

    div#prodContainer h1 {
        font-size: 30px;
    }

    div#prodContainer article.banner img.mobile-banner {
        display: block;
    }

    div#prodContainer article.banner img.desktop-banner {
        display: none;
    }

    .tile.productItem #prodDescrip h4, .price {
        font-size: 14px;
    }

    .tile.productItem #prodDescrip h4 {
        font-family: helvhv;
    }

    section.productContainer {
        width: 95%;
    }
}

@media only screen and (max-width : 600px) {
    .tile.productItem .image {
        height: 250px;
    }
}

@media only screen and (max-width : 500px) {
    .tile.productItem .image {
        height: 200px;
    }
}

@media only screen and (max-width : 450px) {
    .tile.productItem .image {
        height: 180px;
    }
}

@media only screen and (max-width : 350px) {
    .tile.productItem .image {
        height: 130px;
    }
}
