.home-product img {
    max-height: 150px;
    width: auto;
}
.home-product h2 {
    font-size: 23px;
    min-height: 49px;
    font-family: Oswald;
    line-height: 24px;
}
.home-product a.button {
    width: 100%;
    border-radius: 0px !important;
    font-weight: 900;
    background: #000 !important;
}
.home-product {
    margin: 3px;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 1px #eee;
}

/**
 * Mobile Media Queries
 */
@media screen and (max-width: 767px) {
    .home-products-row { display: block; }
}

/**
 * Desktop Media Queries
 */
@media screen and (min-width: 767px) {
    .home-products-row { display: flex; justify-content: space-between; }
}