@media screen and (max-width: 980px) {
  .uc-fixeding div {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 999999 !important;
  }
}
