@charset "utf-8";
html, body {
	height:100%;/*宣告高支援100%*/
}
.carousel{
	height:100%;
	}
.item,.active,.carousel-inner  {
	height:100%;
}
.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}
#carousel1 .left.carousel-control img,#carousel1 .right.carousel-control img {
	position: absolute;
	top: 45%;
}
#carousel1 .left.carousel-control img{
	right:50%;
	}
#carousel1 .right.carousel-control img{
	left:50%;
	}


@media (max-width:992px){
.carousel{
	height:550px;
	}
#carousel1 .left.carousel-control img,#carousel1 .right.carousel-control img {
	transform:scale(0.8);
}
#carousel1 .left.carousel-control img{
	right:30%;
	}
#carousel1 .right.carousel-control img{
	left:30%;
	}	
}

@media (max-width:768px){
.carousel{
	height:450px;
	}	
#carousel1 .left.carousel-control img,#carousel1 .right.carousel-control img {
	transform:scale(0.6);
}
#carousel1 .left.carousel-control img{
	right:20%;
	}
#carousel1 .right.carousel-control img{
	left:20%;
	}	
}