/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2024 | 14:42:45 */
.trade_picture {
  min-height: 161px;
}
.trade_picture:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0px;
  background: linear-gradient(90deg, black 25%, rgba(0, 0, 0, 0) 65%);
  /* mix-blend-mode: soft-light; */
  left: 0px;
}
.trade_picture img {
  float: right;
}
