.boloni-master-catalog .catalog-card-image img,
.boloni-nuts-page .product-image img,
.boloni-reference-drawing {
  display: block !important;
  width: 100% !important;
  max-width: 390px !important;
  height: 245px !important;
  max-height: 245px !important;
  margin: 0 auto !important;
  padding: 6px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff !important;
}

@media (max-width: 620px) {
  .boloni-master-catalog .catalog-card-image img,
  .boloni-nuts-page .product-image img,
  .boloni-reference-drawing {
    height: 205px !important;
    max-height: 205px !important;
  }
}
