.custom-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none; /* ¢« ÄÉ²Ã */
}

.custom-slide.active {
  opacity: 1;
  pointer-events: auto; /* ¢« ÄÉ²Ã */
}