Dear Kharis!
.slide-inner{
top: auto;
bottom: 0;
-webkit-transform: unset !important;
-moz-transform: unset !important;
-ms-transform: unset !important;
-o-transform: unset !important;
transform: unset !important;
}
This code perfectly work on Desktop, but on my mobile device button still appear on the center! I need bottom! Could you help? Thanks!