.slideshow-container {max-width: 75%; position: relative; margin: auto}

@media screen and (max-width: 600px) {
.slideshow-container {max-width: 90%; position: relative; margin: auto}
}

.fade {-webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s;}

@-webkit-keyframes fade {from {opacity: .4} to {opacity: 1}}

@keyframes fade {from {opacity: .4} to {opacity: 1}}