button span {
pointer-events: none;
}
* {box-sizing: border-box}
/* Slideshow container */
.slideshow-container {
position: relative;
}
/* Slides */
.mySlides {
display: none;
padding: 10px 80px 80px 80px;
}
/* The bullets */
.dot {
cursor: pointer;
height: 60px;
width: 60px;
margin: 0 4px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
/* Add a background color to the active dot/circle */
.active, .dot:hover {
background-color: #717171;
}