.ept_swipe {
      position: fixed;
       
      width: 100%;
      height: 100%;
      z-index: 999;
      top: 0;
      right: 0;
      left: 0;
	opacity: 1;
      -webkit-transition: height 0.5s ease-in-out, opacity 1s ease-in-out; /* Safari */
      transition: height 0.5s ease-in-out, opacity 1s ease-in-out;
	background-color: #FF8A00!important;
    }

    .ept_swipe--animate {
      height: 0;
      opacity: 0;
    }