/* CSS adjustment for small screens */
@media only screen and (max-height: 680px) {
    .actions {
      position: relative !important;
      bottom: -45px !important;
    }
  }