/*/ INSERT_YOUR_CODE */
@media (max-width: 640px) {
  .m-product_article .pic {
    overflow: visible;
    border: none;
    border-radius: 0;
  }
  .m-product_article .pic img{
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .m-product_article .pic.new {
    position: relative;
  }
  .m-product_article .pic.new::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -4px;
    display: block;
    width: 17.8%;
    height: 13.3%;
    background-image: url('/img/shop/img-products_new.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media (min-width: 641px) {
  .m-product_article .pic {
    overflow: visible;
    border: none;
    border-radius: 0;
  }
  .m-product_article .pic img{
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .m-product_article .pic.new {
    position: relative;
  }
  .m-product_article .pic.new::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -4px;
    display: block;
    width: 17.8%;
    height: 13.3%;
    background-image: url('/img/shop/img-products_new.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
