* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}

/* Slideshow container */
.slideshow-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;

    height: auto;
    max-height: 80vh;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    align-self: center;}
.carouselSlides {
    display: none;}
.carouselSlides img {
    height: auto;
    width: auto;}

/* Style big screen! */
@media only screen and (min-width: 750px) {
.carouselSlides img     {
        max-height: 600px;
        max-width: 600px;}
    }
/* End style big screen! */
    
    
 /* Style small screen! */
@media only screen and (max-width: 749px) {
.carouselSlides img     {
        max-height: 300px;
        max-width: 300px;}
    }
/* End style small screen! */
