.cke-image-decoration {
  position: relative;
  width: 100vw;
  max-width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.cke-image-decoration img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.cke-image-decoration:before, .cke-image-decoration:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 45px;
  max-height: 160px;
  pointer-events: none;
  background-color: #fff;
  opacity: 0.75;
  transform: skewX(-20deg);
  z-index: 1;
  background-color: #8CBF46;
  opacity: 0.75;
  max-height: 160px;
}
@media (min-width: 768px) {
  .cke-image-decoration:before, .cke-image-decoration:after {
    max-width: 78px;
    max-height: 160px;
  }
}
.cke-image-decoration:before:before, .cke-image-decoration:after:before {
  bottom: 0;
  left: 5.85%;
}
.cke-image-decoration:before:after, .cke-image-decoration:after:after {
  top: 0;
  right: 5.85%;
}
.cke-image-decoration:before {
  bottom: 0;
  left: 5.85%;
}
.cke-image-decoration:after {
  top: 0;
  right: 5.85%;
}