.view-display-id-block_categories_home .view-content .views-field-field-image{
  width:100%;
}
.view-display-id-block_categories_home .view-content img{
  width:100%;
  height: auto;
}

.views-field-name a{
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  width: 100%;
}
@media (max-width: 563px) {
  .views-field-name a {
    font-size: 2rem;
  }
}
.views-field-name a:hover  {
  color: #fff;
}

