.top-container{
    display: block;
    margin: 0px;
    text-align: center;
    width:auto;
}
.top-container h1{
  background: #2e2e2e;
  border-radius: 20px;
  padding: 40px 0px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0px;
  width:auto;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: inline;
  text-align: center;
}

.mySlides img {
    width:80%;
}

/* Caption text */
.text {
  color: inherit;
  font-size: inherit;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 96%;
  text-align: center;
}

/* Number text (1/7 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*Mobile View*/
@media screen and (max-width:600px){
    .slideshow-container {
        width: auto;
        position: relative;
        height: auto;
    }
    .top-container{
        width:auto;
    }
    .mySlides img{
        width:100%;
    }
}
