*{box-sizing:border-box;}.mySlides{display:none;grid-template-columns:100%;grid-template-rows:100%;place-items:center;width:100%;height:100%;/*position: absolute;*/}.mySlides img{max-width:calc(100% - 2em);max-height:calc(100% - 4em);box-shadow:0px 0px 10px rgba(50,50,50,0.8);border:1px solid #333;}/* Slideshow container */.slideshow-container{/*min-height: calc(25vh + 4em);*/min-width:280px;min-height:280px;position:relative;margin:0 auto;outline:1px solid white;border-radius:1em;}.slide_item{max-width:100%;max-height:100%;width:100%;text-align:center;color:#FFF;word-wrap:break-word;}.slide_item img{max-width:70%;/*max-height: 300px;*/height:auto;}/* Fading animation */.fade{animation-name:fade;animation-duration:1s;}@keyframes fade{from{opacity:0.4;}to{opacity:1;}}