@media screen and (min-width: 768px) {
  .scrolling .custom-actions {
    position: fixed;
    top: 30px;
    right: 110px;
  }
}
.btn-effect--scale {
  transition: transform 0.4s ease;
}
.btn-effect--scale:hover {
  transform: scale(1.1);
}