.product-type-list-wrapper .item.no-padding {
  padding: 0;
}

.product-type-list-wrapper .item.no-padding .padding-wrapper {
  padding: 0 1rem 1rem;
}

.product-item-regular .img.bottom-75p {
  width: 100%;
  padding-bottom: 75%;
}

.product-item-regular .img.bottom-75p img {
  -o-object-fit: cover;
     object-fit: cover;
}

section.news .left .img img {
  min-height: auto;
}

@media screen and (min-width: 768px) {
  section.news .left .img img {
    min-height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=change.css.map */