/* Style for the slideshow container */
.slideshow-container {
    width: 100%;
    /*position: relative;
    margin: auto;*/
}

/* Style for the slides */
.slide {
    display: none;
}

.slide img {
    width: 100%;
}

/* Style for the navigation dots */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

/* Active dot */
.active {
    background-color: #717171;
}
