.card {
overflow: hidden;
margin-bottom: 10px;
max-height: 290px;
width: 240px;
cursor: pointer;
margin-left: 15px;
}
.cardImage {
height: 135px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
.cardsGrid {
display: flex;
flex-flow: row wrap;
margin-left: -15px;