#carousel-image {
		width: 100%;
	}
	#carousel-image .carousel-item img{
		max-width: 100%;
		max-height:420px;
		overflow:hidden;
	}
	@media all and (max-width: 768px) {
		#carousel-image .carousel-item img{
			height:auto;
			width:auto;
		}
	}
	#carousel-image .carousel-indicators {
		margin: 10px 0 0;
		overflow: hidden;
		position: static;
		text-align: left;
		white-space: nowrap;
		width: 100%;
	}
	#carousel-image .carousel-indicators li {
		background-color: transparent;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: inline-block;
		height: auto;
		margin: 0 !important;
		width: auto;
	}
	#carousel-image .carousel-indicators li img {
		display: block;
		opacity: 0.5;
		width:100%;
	}
	#carousel-image .carousel-indicators li.active img {
		opacity: 1;
	}
	#carousel-image .carousel-indicators li:hover img {
		opacity: 0.75;
	}
	/*-----------------------*/
	#carousel-video {
		width: 100%;
	}
	#carousel-video .carousel-item img{
		max-width: 100%;
		max-height:420px;
		overflow:hidden;
	}
	@media all and (max-width: 768px) {
		#carousel-video .carousel-item img{
			height:auto;
			width:auto;
		}
	}
	#carousel-video .carousel-indicators {
		margin: 10px 0 0;
		overflow: hidden;
		position: static;
		text-align: left;
		white-space: nowrap;
		width: 100%;
	}
	#carousel-video .carousel-indicators li {
		background-color: transparent;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: inline-block;
		height: auto;
		margin: 0 !important;
		width: auto;
	}
	#carousel-video .carousel-indicators li img {
		display: block;
		opacity: 0.5;
		width:100%;
	}
	.carousel-control-prev, .carousel-control-next {
		width: auto !important;
	}
	/*-----------------------*/
	.carousel-control-prev,
	.carousel-control-next {
	  width: 50px;
	}
	#carousel-image-thumbs img {
	  cursor: pointer;
	  width:100%;
	}
	#carousel-image-thumbs .selected img {
		opacity: 1 !important;
	}
	#carousel-image-thumbs .thumb img {
		display: block;
		opacity: 0.5;
		width:100%;
	}
	#carousel-video-thumbs img {
	  cursor: pointer;
	  width:100%;
	}
	#carousel-video-thumbs .selected img {
		opacity: 1 !important;
	}
	#carousel-video-thumbs .thumb img {
		display: block;
		opacity: 0.5;
		width:100%;
	}