.slideshow{margin:0 auto;overflow:hidden;max-width:100%;max-height:70vh;position:relative;display:flex}.slideshowSlider{display:flex;align-items:center;transition:ease 1s}.slide{flex-basis:100%;min-width:100%;display:flex;justify-content:center}.slideshowDots{position:absolute;bottom:2px;left:50%;transform:translate(-50%);text-align:center}@media screen and (min-width: 768px){.slideshowDots{bottom:10px}}.slideshowDot{display:inline-block;height:10px;width:10px;border-radius:50%;cursor:pointer;margin:15px 7px 0;background-color:#c4c4c4}@media screen and (min-width: 768px){.slideshowDot{height:20px;width:20px}}.slideshowDot.active{background-color:#3b73c4}
