.slideshow-container {width: 100%;height: auto;position: relative;text-align: center;background-color: #fff;}
.slideshow-container{background-image: url('https://www.durofrance.fr/LP/ustensile//img/Trame-bg.gif');background-repeat: no-repeat;}
.mySlides {display: none;}
.mySlides img{width: 100%;height: auto;max-width: 922px;max-height: 610px;}
#dot-container{text-align:center;padding: 10px 0;}
.dot {cursor: pointer;height: 15px;width: 15px;margin: 0 10px;background-color: #F5F5F5;border-radius: 50%;display: inline-block;transition: background-color 0.6s ease;}
.active, .dot:hover {background-color: #E80000;}
.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}}
@media (max-width: 768px){.slideshow-container{background-image: none;}}