/* Editor only: let clicks pass through so you can edit text */
.editor-styles-wrapper .clickable-container-link{
  pointer-events: none;
	z-index: 0 !important;
}
.editor-styles-wrapper .parallelogram-image{
	 clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
  overflow: hidden;
}