@media screen and (max-width: 749px)
{
  .custom-small-hide {
    display: block!important;
}
}
@media screen and (max-width:1700px)
{
  .ts-switcher-btn--floating-bottom-left {
    bottom: 5rem!important;
    left: 20px!important;
}
}
#calculator{
  max-width:44rem;
}