﻿@media screen and (min-width:0px) and (max-width: 640px) {
    /*Products Page Fix*/
    .products .item.featured { height: 0 !important; padding-bottom: 80%; background-repeat: no-repeat; background-size: cover; float: none; }
    .products .item { background: #e9e9e9; height: auto !important; }
        .products .item img { margin: 0 auto; }
    .products .item { float: none; }

    .top-border-with-bars:before { display: none; }
}
