.mobex-lightbox-button-special-hover-yes .eael-lightbox-wrapper .eael-modal-popup-button::before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  border-radius: 3px;
}
.mobex-lightbox-button-special-hover-yes .eael-lightbox-wrapper:hover .eael-modal-popup-button::before {
  width: 100%;
  left: 0;
  right: auto;
}
.mobex-lightbox-button-special-hover-yes .eael-modal-popup-button {
  position: relative;
  z-index: 1;
}