* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

/* Hide the images by default */
.myFullSlides {
  display: block;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

/* Hide the images by default */
.myTabSlides {
  display: block;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

/* Hide the images by default */
.myMobSlides {
  display: block;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: -10px !important;
  margin-bottom: 50px !important;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 3px;
  width: 50px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #740496;
}
.dot:hover {
  background-color: #0199e6;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 500px) {
  #full-carousel {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  #tab-carousel {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  #mobile-carousel {
    display: block;
    margin: 5% auto !important;
    width: 80% !important;
    height: 100% !important;
  }
  .myFullSlides {
    display: none;
  }
  .myTabSlides {
    display: none;
  }
  .myMobSlides {
    display: block;
  }
  .slideshow-container {
    max-width: 100%;
  }
}

@media (min-width: 500px) and (max-width: 700px) {
  #full-carousel {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  #tab-carousel {
    display: block;
    margin: 5% auto !important;
    width: 100% !important;
    height: 100% !important;
  }
  #mobile-carousel {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  .myFullSlides {
    display: none;
  }
  .myTabSlides {
    display: block;
  }
  .myMobSlides {
    display: none;
  }
  .slideshow-container {
    max-width: 100%;
  }
}

@media (min-width: 700px) {
  #full-carousel {
    display: inline-flex;
    margin: 3% auto !important;
    width: 100% !important;
    height: 100% !important;
  }
  #tab-carousel {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  #mobile-carousel {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  .myFullSlides {
    display: block;
  }
  .myTabSlides {
    display: none;
  }
  .myMobSlides {
    display: none;
  }
  .slideshow-container {
    max-width: 100%;
  }
}
