.cc-image-banner{
position:relative;
}
.cc-image-banner:after{
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 160px;
  height: 141px;
  background-image: url('/cdn/shop/files/KV_Cyber_con_Venti_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}