.carousel-item{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.carousel-item img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    user-select: none;
  }


.slider{
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 800px;
}

@media (max-width: 767px){
	.slider{
		height: 600px;
	}
	.carousel-caption {
      max-width: 70%;
      text-align: left;
	}
	.carousel-caption h5 {
		font-size: 20px;
	}
	.carousel-caption p {
	  font-size: 14px;
    }
	.carousel-control-prev-icon {
      display: none;
    }
	.carousel-control-next-icon {
      display:none;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.slider{
		height: 270px;
	}
	.carousel-caption {
      max-width: 400px;
	  text-align: left;
	}
	.carousel-caption h5 {
		font-size: 20px;
	}
	.carousel-caption p {
	  font-size: 14px;
    }
	.carousel-control-prev-icon {
      display: none;
    }
	.carousel-control-next-icon {
      display:none;
	}
}