.slideshow {
  width: 100%;
}

@media screen and (max-width: 1680px) {
.slideshow {
 width: 50%;
 margin: 0 auto;
}
 .slideshow img {
  width: 100%; 
  margin: 0 auto;
}

.slideshow .current {
  margin-bottom: 0.50rem;
  /*display: none;*/
}

/*#######################################*/

.slideshow img {
  width: 100%; 
}

.slideshow .current {
  margin-bottom: 0.50rem;
}

.slideshow .gallery {
  display: flex;
  overflow-x: scroll;
}

.slideshow .gallery .thumbnail:not(:last-of-type) {
  margin-right: 0.5rem;
}

.slideshow .gallery .thumbnail img {
  width: 110px;
}

.thumbnail.current-image {
  position: relative;
}

.thumbnail.current-image::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 0.5s;
}

.thumbnail.current-image::after {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumbnail{
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  
}
}


@media screen and (max-width: 480px) {
.slideshow {
 width: 100%;
}

/*######################################*/

.slideshow img {
  width: 100%; 
}

.slideshow .current {
  margin-bottom: 0.50rem;
}

.slideshow .gallery {
  display: flex;
  overflow-x: scroll;
}

.slideshow .gallery .thumbnail:not(:last-of-type) {
  margin-right: 0.5rem;
}

.slideshow .gallery .thumbnail img {
  width: 110px;
}

.thumbnail.current-image {
  position: relative;
}

.thumbnail.current-image::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 0.5s;
}

.thumbnail.current-image::after {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumbnail{
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  
}
}


/*.slideshow img {
  width: 100%; 
}

.slideshow .current {
  margin-bottom: 0.50rem;
}

.slideshow .gallery {
  display: flex;
  overflow-x: scroll;
}

.slideshow .gallery .thumbnail:not(:last-of-type) {
  margin-right: 0.5rem;
}

.slideshow .gallery .thumbnail img {
  width: 110px;
}

.thumbnail.current-image {
  position: relative;
}

.thumbnail.current-image::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 0.5s;
}

.thumbnail.current-image::after {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumbnail{
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  
}
}
*/
