.ts-title {
  text-align: center;
  min-height: 68px;
}
.ts-title h2 {
  font-size: 24px;
  margin-top: 5px;
}
.ts-cat-link {
  background-color: #fdc300;
  color: #373735;
  padding: 7px 15px;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.ts-cat-link:hover {
  color: #373735;
}
.ts-image:hover {
  transform: scale(1.2); /* W3C */
    -webkit-transform: scale(1.2); /* Safari & Chrome */
    -moz-transform: scale(1.2); /* Firefox */
    -ms-transform: scale(1.2); /* Internet Explorer */
    -o-transform: scale(1.2); /* Opera */
  transition: all .5s;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.ts-box-image {
  overflow: hidden;
  max-height: 360px;
}