.ha-dots button{width:11px;height:11px;padding:0;border:none;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:background .25s ease,transform .25s ease}.ha-dots button:hover{background:rgba(255,255,255,.85)}.ha-dots button.is-active{background:#fff;transform:scale(1.25)}@media (max-width:767px){.ha-dots button{width:9px;height:9px}}