
.carousel {
  overflow: hidden; 
  position: relative;
  width: 100%;
 /* height: 400px;*//*height:calc( (((100vw - 50vw) / 3 ) * 2) - 0vw);*/
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
	margin-top:40px;/*width:var(--maxWidth);*/ width:calc(450px + 350px) ; height: calc(450px / 0.7);margin: 0 auto;  perspective:450px/*diminuzione*/;
}
#demo-carousel{}
.carousel.carousel-slider {
  top: 0;
  left: 0;	
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
 /* bottom: 68px*/
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;height:calc( (((100vw - 50vw) / 3 ) * 2) - 0vw); 
  position: absolute;
  top: 0;
  left: 0; 
}
/*.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px
}*/
.carousel .carousel-item {
  display: none;
 /* width: 80vw;
  height: 200px;*/
  position: absolute;
  top: 0;
  left: 0;  opacity: 1 !important;
	  
	/*width: calc(100vw - 50vw);height:calc( (((100vw - 50vw) / 3 ) * 2) - 0vw);*/ width:450px; height: calc(450px / 0.7);
	
}
.carousel .carousel-item > img {
  width: 100%
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%
}
.carousel .indicators .indicator-item.active {
  background-color: #fff
}
.carousel.scrolling .carousel-item .materialboxed, .carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none
}

@media screen and (max-width: 1194px) {
/*	.carousel {
		height:calc( (((100vw - 25vw) / 3 ) * 2) - 0vw);
	}
	.carousel.carousel-slider .carousel-item {
	  min-height: 400px;height:calc( (((100vw - 25vw) / 3 ) * 2) - 0vw);
	}
	.carousel .carousel-item {
		width: calc(100vw - 25vw);
		height:calc( (((100vw - 25vw) / 3 ) * 2) - 0vw);	
	}*/	
}
@media screen and (max-width: 900px) {
/*	.carousel {
		height:calc( (((100vw - 0vw) / 3 ) * 2) - 0vw);
	}
	.carousel.carousel-slider .carousel-item {
	  min-height: 400px;height:calc( (((100vw - 0vw) / 3 ) * 2) - 0vw);
	}
	.carousel .carousel-item {
		width: calc(100vw - 0vw);
		height:calc( (((100vw - 5vw) / 3 ) * 2) - 0vw);	
	}	*/
}
@media screen and (max-width: 700px) {
	.carousel.ist-car {margin-top:0px;}
	.carousel.ist-car {/*height:calc( (((100vw - 0vw) / 3 ) * 2) - 0vw);*/}
	.carousel.ist-car .carousel-slider .carousel-item {/* min-height: 400px;height:calc( (((100vw - 0vw) / 3 ) * 2) - 0vw); */  width:450px; height: calc(450px / 0.7);}
	.carousel.ist-car .carousel-item {/*width: calc(100vw - 0vw);height:calc( (((100vw - 0vw) / 3 ) * 2) - 0vw);*/width:450px; height: calc(450px / 0.7);	}	
	
	 .carousel {width:100vw ; height: calc(100vw / 0.7);margin: 0 auto;  perspective:450px}
	
}

