* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  margin: auto;
}



/* Hide the images by default */
.mySlidesApp {
  /* display: block; */
  width: 100%;
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 5;
  
}




/* The dots/bullets/indicators */
.slide-dotsApp {
  position:absolute;
  bottom: 10px;
  width: 100%;
  display:flex;
  justify-content: center;
}



