#imageSliderCarousel{
  position: absolute;
  /* top: 50px; */
  /* background: white; */
  width: 100%;
  z-index: 999;
}
#stmt_Gallery{
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100vh;
  position: relative;
  /* top: 50px; */
  cursor: auto;
}
.new_video{
  height: inherit;
}

.new_CarouselSliderfullscreen {
  max-width: 100%;
  max-height: 100vh;
  position: relative;
  /* top:  20px; */
  margin:  auto;
}
.new_CarouselSlider {
  max-width: 80%;
  max-height: 75vh;
  position: relative;
  margin:  auto;
  top: 50px;
}

/* Slideshow container */

.new_slideshow-containerfullscreen {
  width: 100%;
  position: relative;
  margin: auto;
  height: 86vh;
}
.new_slideshow-container {
  width: 80%;
  position: relative;
  margin: auto;
  height: 70vh;
  background: white;
}

.new_bottomSlideshowfullscreen {
  position: relative;
  height: 12vh;
  width: 70%;
  margin: auto;
}
.new_bottomSlideshow {
  position: relative;
  height: 15vh;
  width: 70%;
  margin: auto;
}
#new_closeCarousel{
  cursor: pointer;
  background-image: url('../images/icons/close.svg');
  width: 25px;
  height: 25px;
  position: absolute;
  opacity: .8;
  right: 11%;
  bottom: 93%;
  z-index:  9999;
}
.new_next {
  cursor: pointer;
  background-image: url('../images/icons/nextArrow.svg');
  width: 17px;
  height: 30px;
  position: absolute;
  right: 5%;
  bottom: 60%;
  z-index: 9999999;
}

.new_prev {
  background-image: url('../images/icons/previousArrow.svg');
  width: 14px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  bottom: 60%;
  left: 5%;
  z-index: 9999999;
}
.new_nextfullscreen {
  cursor: pointer;
  background-image: url('../images/storyteller/next.svg');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 51%;
  z-index: 9999999;
}

.new_prevfullscreen {
  background-image: url('../images/storyteller/Previous.svg');
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  position: absolute;
  cursor: pointer;
  bottom: 51%;
  left: 5%;
  z-index: 9999999;
}

.new_bottomSlideHolder {
  justify-content: center;
  display: flex;
}

.new_nextSmall {
  background-image: url('../images/icons/nextArrow-small.svg');
  width: 13.3px;
  height: 23.5px;
  position: absolute;
  right: 0;
  bottom: 30px;
  cursor: pointer;
}

.new_prevSmall {
  background-image: url('../images/icons/previousArrow small.svg');
  width: 13.3px;
  height: 23.5px;
  position: absolute;
  bottom: 30px;
  left: 0;
  cursor: pointer;
}
.new_nextSmallfullscreen {
  background-image: url('../images/storyteller/prev.svg');
  width: 13.3px;
  height: 23.5px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  transform: rotate(180deg);
  cursor: pointer;
  z-index: 99999;
}

.new_prevSmallfullscreen {
  background-image: url('../images/storyteller/prev.svg');
  width: 13.3px;
  height: 23.5px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  left: 0;
  cursor: pointer;
  z-index: 99999;
}

.new_video{
  /*width: -webkit-fill-available;*/
}

/* Caption text */

.new_text {
  padding: 8px 70px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.54px;
  /* text-align: center; */
  background: rgba(0, 0, 0, 0.5);
}


/* Number text (1/3 etc) */

.new_numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* The dots/bullets/indicators */

.new_dot {
  opacity: 0.5;
  cursor: pointer;
  height: 10vh;
  width: 15%;
  margin: 21px 12px;
  display: flex;
  transition: background-color 0.6s ease;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
  border-radius: 2px;
}
.new_dotfullscreen{
  height: 8vh !important;
}
.new_CarouselThumbnail{
  /*width: inherit;*/
}
.new_active,
.new_dot:hover {
  opacity: 1;
}


/* Fading animation */

.new_fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  height: inherit;
}

@-webkit-keyframes new_fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes new_fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

.imageSliderCarouselfullscreenpx{
top:0px !important;
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
  .new_prev, .new_next, .new_text {
    font-size: 11px
  }
}