* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

/* Hide the images by default */
.myCover {
  display: none;
}

/* Fading animation */
.fade-cover {
  animation-name: fade;
  animation-duration: 1.5s;
}

.mySlides2.fade-gallery img {
    border-style: inset;
    border-width: 10px;
    border-color: #4D8AF1;
    border-radius: 10px;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}