
.slide-bullet {
    display: inline-block;
    background-color: white;
    width: 25px;
    height: 10px;
    margin: 0 8px;
    border-radius: 8px;
}

.slide-bullet-active {
    width: 75px;
}