@media only screen and (max-width: 991px) {
  #scrollToTopBtn {
      display: none;
  }
  
  footer {
      margin-bottom: 103px;
  }
  
  .deactivate-sticky-footer footer {
      margin-bottom: 60px;
  }
}
