.border-box{box-sizing:border-box;-moz-box-sizing:border-box} #product-tiles{gap:2rem} #product-tiles .product{width:calc(50% - 1rem);background-color:#006fd0;background-size:cover;background-position:50% 50%} #product-tiles .product-content, #product-tiles .product-content *{color:#fff;text-shadow:0 0 .2rem rgba(0,0,0,0.5)} #product-tiles .product-content{background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,111,208,0.7));background:-webkit-linear-gradient(90deg,rgba(0,0,0,0),rgba(0,111,208,0.7))} #product-tiles .product-content:hover{background:linear-gradient(90deg,rgba(0,0,0,0),#006fd0);background:-webkit-linear-gradient(90deg,rgba(0,0,0,0),#006fd0)} @media (max-width:1000px){#product-tiles{gap:1rem} #product-tiles .product{width:100%}}