
.linia_productes_imatge > img.wp-post-image {
  display: block !important;
  width: 200px !important;
  height: 200px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

@media (max-width: 1024px) {
  .linia_productes_imatge > img.wp-post-image {
    width: 100% !important;
    height: auto !important;
    max-height: 220px !important;
  }
}
