.c-product-card__self{
  display: none;
}
@media (min-width: 768px) {
  .c-product-card__self{
    display: block;
    width: 100%;
    padding-top: 160%;
  }
  .c-product-card.productitem{
    position: absolute;
  }
  .c-product-card .productitem--title{
    overflow: hidden;
    height: 40px;
  }
}