#category #merchadising_div article.product-miniature:nth-child(1) > div:nth-child(1) > a > img:nth-child(1) {
  height: 100%;
  width: 100%;
}
#category #merchadising_div article.product-miniature:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  height: 100%;
  width: 100%;
}
#category #merchadising_div article.product-miniature:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
  height: 100%;
}
#category #merchadising_2_div > article:nth-child(1) > div:nth-child(1) {
  width: 526px;
}
#category #merchadising_2_div article.product-miniature:nth-child(1) > div:nth-child(1) > a > img:nth-child(1) {
  height: 100%;
  width: 100%;
}
#category #merchadising_2_div article.product-miniature:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  height: 100%;
  width: 100%;
}
#category #merchadising_2_div article.product-miniature:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
  height: 100%;
}
#category .merchandizing_img {
  display: block !important;
}
#category .merchandizing_img_mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #category .merchandizing_img {
    display: none !important;
  }
  #category .merchandizing_img_mobile {
    display: block !important;
    max-width: 100%;
  }
  #category #merchadising_2_div > article:nth-child(1) > div:nth-child(1) {
    width:250px;
  }
}