#mobile_fix {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  max-height: 180px;
  width: 100%;
}
