.product-list.grid-4-m-2.product-tile-wrapper {
  background-color: transparent; }
  .product-list.grid-4-m-2.product-tile-wrapper .experience-component {
    width: calc(100% * 1 / 4); }
    @media (max-width: 1024.98px) {
      .product-list.grid-4-m-2.product-tile-wrapper .experience-component {
        width: 50%; } }
    @media (max-width: 543.98px) {
      .product-list.grid-4-m-2.product-tile-wrapper .experience-component {
        width: 100%; } }
    .product-list.grid-4-m-2.product-tile-wrapper .experience-component .product-item__inner {
      width: 100%;
      height: 100%; }
      .product-list.grid-4-m-2.product-tile-wrapper .experience-component .product-item__inner picture {
        height: auto; }

@media (max-width: 768.98px) {
  .experience-component .product-item__inner {
    margin-top: 15px; } }
