.cat-img {
  width: 100%; height: 450px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.cat-img {height: 245px;}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.cat-img {height: 220px;}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.cat-img {height: 240px;}
}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.cat-img {height: 294px;}
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.cat-img {height: 344px;}
}

.cat-img:hover {
  background-size: 130%;
}
.card-title {
  font-size: .9rem;
}

