.dots {
    z-index: 500;
    top: 50%;
    right: 30px;
}
.dots .dot {
    width: 20px;
    height: 20px;
    border: white solid 4px;
}

.dots .dot.tns-nav-active{
    background-color: white;
}
.dots .dot:hover {
    cursor: pointer;
}

.white_link {
    color: white;
    text-decoration: none;
}
.white_link:hover {
    text-decoration: none;
}

.tns-nav-active .white_link {
    color: #4c58a7;
}

button[data-action="stop"] {
    display: none;
}