.mySlides {display: none;}
.vertical-align {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #61666c;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  mix-blend-mode: multiply;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}
.prev{
    left: 0;
}

.active-sl {
  background-color: #ece9e2;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: .5s;
}
.scalp-slide-text{
    right: 3%;
    top: 25%;
    mix-blend-mode: multiply;
}
.not-scalp-slide-text{
    left: 3%;
    top: 25%;
    mix-blend-mode: multiply;

}

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

@media only screen and (max-width: 1200px) {
    .height-mobile{
        height: 600px;
    }    

    .scalp-slide-text{
        top: 3%;
        left: 3%;
        right: unset;
    }
}