.hidden-h1 {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.uc-zb-social-buttons {
    position: relative;
    transform: translateY(-80px);
    z-index: 10;
}

@media screen and (max-width: 960px) {
    .uc-zb-social-buttons {
        transform: none;
    }
}
