.pleach-reveal-link {
  display: block;
  text-decoration: none;
}

.pleach-reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 520px;
  overflow: hidden;
  line-height: 0;
  will-change: clip-path, transform, opacity;
}

.pleach-reveal img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  will-change: clip-path, transform;
}

.pleach-reveal--overlay {
  background-color: #189eff;
}

.elementor-editor-active .pleach-reveal {
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .pleach-reveal,
  .pleach-reveal img {
    visibility: visible !important;
    clip-path: none !important;
    transform: none !important;
  }
}
