/* Floating button: bottom-left */
.salary-calculator-fab{
  position: fixed;
  left: 24px;
  bottom: 24px;
  right: auto !important;
  z-index: 9999;
  display: inline-block;
}
.salary-calculator-fab img{
  width: 150px;
  height: 80px;
  display: block;
}
@media (max-width: 768px){
  .salary-calculator-fab{ left: 16px; bottom: 16px; }
  .salary-calculator-fab img{ width: 90px; }
}
