*{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% - 5em);max-height:calc(100% - 5em);box-shadow:0px 0px 10px rgba(50,50,50,0.8);border:1px solid #333;}/* Slideshow container */.slideshow-container{width:60vw;height:45vh;min-width:280px;min-height:280px;position:relative;margin:0 auto;outline:1px solid black;background-color:#FFF;}.max{cursor:pointer;position:absolute;top:0;right:0;padding:0 0.4em;color:white;font-size:2em;background-color:rgba(0,0,0,0.172);transition:0.6s ease;}.min{cursor:pointer;position:absolute;top:0;right:0;padding:0 0.4em;color:white;font-size:2em;background-color:rgba(0,0,0,0.172);display:none;transition:0.6s ease;}/* Next & previous buttons */.prev,.next{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-22px;color:white;font-weight:bold;font-size:18px;transition:0.6s ease;user-select:none;background-color:rgba(0,0,0,0.172);}/* Position the "next button" to the right */.prev{left:0;border-radius:0 3px 3px 0;}/* Position the "next button" to the right */.next{right:0;border-radius:3px 0 0 3px;}/* On hover, add a black background color with a little bit see-through */.prev:hover,.next:hover,.max:hover,.min:hover{background-color:rgba(0,0,0,0.8);}/* Caption text */.text{color:#222;padding:0.5em;position:absolute;bottom:0px;width:100%;text-align:center;background-color:rgba(128,128,128,0.9);}/* Number text (1/3 etc) */.numbertext{color:#F2F2F2;font-size:0.75em;padding:8px 12px;position:absolute;top:0;left:0;background-color:rgba(51,51,51,1);}/* The dots/bullets/indicators */#dot_div{text-align:center;margin-top:1em;}.dot{cursor:pointer;height:15px;width:15px;margin:0 2px;background-color:#CCC;border-radius:50%;display:inline-block;transition:background-color 0.6s ease;}.active,.dot:hover{background-color:#717171;}.play_btn{color:#CCC;cursor:pointer;}.play_btn:hover{color:#717171;}/* Fading animation */.fade{animation-name:fade;animation-duration:1s;}@keyframes fade{from{opacity:0.4;}to{opacity:1;}}