.foot_limitedBtn {
	 z-index: 99;
}

@media screen and (max-width:768px) {
  .foot_limitedBtn {
  	left: 10px;
    right: auto !important;
  }
}