.slideshow-container{max-width:100%;position:relative;margin:auto;overflow:hidden;max-height:100vh}.mySlides{display:none;max-height:100vh}.mySlides img{object-fit:cover;max-height:100vh;vertical-align:middle;height:100%}.crescendo{animation-iteration-count:1;animation-fill-mode:forwards;animation:fade 1.5s,crescendo2 40s}@-webkit-keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes crescendo2{0%{transform:scale(1)}100%{transform:scale(1.8)}}@-webkit-keyframes crescendo2{0%{transform:scale(1)}100%{transform:scale(1.8)}}