﻿@media (min-width: 681px) {
  .category-products .product-item .picture {
    display: table;
    position: absolute;
    height: 100%;
  }

  .three-items-holder .product-item .picture {
    display: table;
    position: absolute;
    height: 100%;
  }

  .category-products .product-item .picture a {
    display: table-cell;
  }

  .three-items-holder .product-item .picture a {
    display: table-cell;
  }
}
