.mm-hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);border:none;padding:0;cursor:pointer;transition:background .2s;}
.mm-hero-dot.is-active{background:var(--mm-gold);}
.mm-hero-dot:hover{background:rgba(255,255,255,.6);}
.mm-gallery-thumbs img{transition:border-color .15s;}
.mm-gallery-thumbs img.is-active{border-color:var(--mm-accent);border-width:2px;}
