.fullWidthCarouselWrap {
  width: 100%;
  position: relative;
  /* min-width: 900px; */
  /* height: 660px; */
}

.fullWidthCarousel .slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;

  width: 100%;
  height: 660px;
  position: relative;
}

.fullWidthCarousel .slide a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.altSlideLink {
  position: absolute;
  bottom: 0;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 1000;
  height: auto;
  font-size: 16px;
  color: #fff !important;
}

.fullWidthCarousel .landingHeader {
  background-image: url("/images/downtime-header-rev2.jpg");
}
.fullWidthCarousel .alaCart1u {
  background-image: url("/images/home-slides/1u-ala-carte-options.jpg");
}
.fullWidthCarousel .carouselSlide1 {
  background-image: url("/images/home-slides/lafayette.jpg");
}
.fullWidthCarousel .carouselSlide2 {
  background-image: url("/images/home-slideshow/quote-1.jpg");
}
.fullWidthCarousel .carouselSlide3 {
  background-image: url("/images/home-slideshow/quote-2.jpg");
}
.fullWidthCarousel .carouselSlide4 {
  background-image: url("/images/home-slideshow/quote-3.jpg");
}
.fullWidthCarousel .carouselSlide5 {
  background-image: url("/images/home-slideshow/quote-4.jpg");
}

.tns-controls {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tns-controls [data-controls] {
  position: absolute;
  margin: 0 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  font-size: 18px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.tns-controls [data-controls]:hover {
  opacity: 0.8;
}
.tns-controls [data-controls="prev"] {
  left: 0;
}
.tns-controls [data-controls="next"] {
  right: 0;
}
.tns-item {
  text-align: center;
  width: 100%;
}
.tns-item img {
    text-align: center;
    height:auto;
    width:100%;
}
[data-action="stop"],
[data-action="start"] {
  display: none;
}