.sq-wp-btn {
  position: fixed;
  bottom: 10px;
  width: calc(50% - 15px);
  height: 40px;
  padding: 5px;
  background-color: #196625;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}
.sq-left { left: 10px; }
.sq-right { right: 10px; }
.sq-wp-btn a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.sq-wp-btn img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
@media (min-width:1025px){
  .sq-wp-btn{ display:none !important; }
}
