@media (min-width: 992px) {
  .content-wrap-image {
    position: relative;
    overflow: visible;
  }

  .content-wrap-image::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 171px;
    height: 300px;
    /*width: 224px;
    height: 400px;
    */
    background: url(https://www.loft9.at/uploads/_imageFit_0x400/11.png) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
  }
}
