.hotel-auto-carousel-mobile {
    display: block;
}

.carousel-and-text-slide-in-parent {
  display: flex;
  flex-direction: column;
  margin-top: 6%;
}

.carousel-text-slide-in-box {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  min-height: 177px;
  margin-top: 5%;
  /*background-color: #fff;*/
  position: relative;
  overflow: hidden;
}

.custom-fabrication-page .carousel-text-slide-in-box {
  min-height: 204px;
}

.carousel-indicators-blk {
  display: flex;
  flex-flow: row;
  padding: .7em 0px 3px 0px;
  bottom: 10px;
  left: unset;
  z-index: 15;
  width: 95%;
  margin-left: unset;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.carousel-indicators>li {
  margin: 0 9px;
  background-color: #373A36;
  border-color: #373A36;
  opacity: .7;
  width: 1.5em;
  height: 3px;
}

.carousel-indicators>li.active {
  margin: 0 9px;
  background-color: #0072ce;
  border-color: #0072ce;
  opacity: 1;
  width: 1.5em;
  height: 4px;
}

.text-carousel-item {
  width:100%;
  margin-left:0;
}

.text-carousel-item-last {
  width:100%;
  margin-left:0;
}

#homeCarouselTwo .prev, #homeCarouselTwo .next {
  padding: 0px;
  font-size: 1em;
}

#homeCarouselThree .prev, #homeCarouselThree .next {
  padding: 0px;
  font-size: 1em;
}

#homeCarouselfour .prev, #homeCarouselFour .next {
  padding: 0px;
  font-size: 1em;
}

#homeCarouselfour .prev, #homeCarouselFive .next {
  padding: 0px;
  font-size: 1em;
}

#homeCarouselfour .prev, #homeCarouselSix .next {
  padding: 0px;
  font-size: 1em;
}

#homeCarouselfour .prev, #homeCarouselSeven .next {
  padding: 0px;
  font-size: 1em;
}

#homeCarouselfour .prev, #homeCarouselEight .next {
  padding: 0px;
  font-size: 1em;
}

#homeCarouselfour .prev, #homeCarouselNine .next {
  padding: 0px;
  font-size: 1em;
}

.carousel-inner p {
  /* font-family: 'EB Garamond', serif; */
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #373A36;
  text-align: left;
  font-size: .85em;
  font-weight: 400;
  margin-left: 5%;
}

.carousel-indicators-blk>ol {
  margin: 0 auto;
}

@media screen and (min-width: 320px) {

  .carousel-text-slide-in-box {
    min-height: 12.75em;
  }

  .custom-fabrication-page .carousel-text-slide-in-box {
    min-height: 14.5em;
  }

  .carousel-inner p {
    letter-spacing: 2px;
    font-size: .95em;
  }
}

@media screen and (min-width: 500px){
  .hp-hero-carousel-mobile {
    display: block;
  }

  .hp-hero-carousel-desktop {
    display: none;
  }


}

@media screen and (min-width: 540px){
  .copy-line-break {
    display: none;
  }

  .carousel-text-slide-in-box {
    min-height: unset;
  }

  .custom-fabrication-page .carousel-text-slide-in-box {
    min-height: unset;
  }
}


@media screen and (min-width: 768px){

}

@media screen and (min-width: 964px) {
  .carousel-inner p {
    letter-spacing: 2.5px;
    font-size: 1.3em;
    font-weight: 500;
  }
}

@media screen and (min-width: 1024px) {

  .hotel-auto-carousel-mobile {
    width: 50%;
    margin-left: 3%;
  }

  .carousel-and-text-slide-in-parent {
    flex-direction: row;
  }

  .carousel-text-slide-in-box {
    justify-content: center;
    width: 41%;
    margin-top: 0%;
    margin-left: 3%;
  }

  .text-carousel-item {
    width:100%;
    margin-left:0;
    margin-bottom: 5%;
  }

  .text-carousel-item-last {
    width:100%;
    margin-left:0;
    margin-bottom: 6.5%;
  }

  .carousel-inner p {
    /* letter-spacing: 1.5px; */
    letter-spacing: 1.3px;
    /* font-size: 1.2em; */
    font-size: 1em;
    margin-block-start: .5em;
    margin-block-end: .5em;
    margin-left: 0;
  }

}
