.dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.55);cursor:pointer;transition:width .25s ease,background .25s ease,opacity .25s ease}.dots button:hover{background:rgba(255,255,255,.85)}.dots button.active{width:22px;background:#fff}@media (max-width:600px){.dots button{width:6px;height:6px}.dots button.active{width:18px}}