.mobile-compatible-button {
  float: right;
  margin-top: -20px;
}
@media only screen and (max-width: 750px) {
  .mobile-compatible-button {
    float: none;
    margin-top: 20px;
    display: block !important;
  }
}
