.section-category .category-item__bot{
  display: none;
}
.section-category .category-item__title{
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  height: 5.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-category .category-item{
  padding: 0;
  border: none;
  max-width: 290px;
  max-height: 290px;
}
.section-category .category-item__img{
  height: 100%;
}
.section-category .category-item__img img{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0);
  transition-duration: 1s;
}
@media (any-hover: hover){
   .category-item__img:hover img {
    scale: 1.8;
   }
}
@media(max-width: 480px){
  .category-item__title{
    font-size: 10px;
  }
}