#myCarousel.carousel, #myCarousel.carousel .item, #myCarousel .carousel-inner {
	height: 100%;
}
#myCarousel.carousel .carousel-inner .bg {
	width:100%;
	height:100%;
}
#myCarousel .carousel-caption {
	top: 50%;
    bottom: auto;
	left:50%;
	right:50%;
    transform: translate(-50%,-50%) !important;
	text-align:left;
	width:100%;
	max-width:520px;
	padding:50px 10px 15px;
}
#myCarousel .carousel-caption:after {
	content:'';
	width:75%;
	height:100%;
	border: 5px solid #a77e2f;
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
}
#myCarousel .carousel-caption h1 {
	font-size: 5.6em;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
}
#myCarousel .carousel-caption a {
	color:#fff;
	margin:30px 10px 5px;
	padding:0;
	font-weight: 700;
	float:right;
	display:flex;
	align-items:center;
}
#myCarousel .carousel-indicators {
	bottom: 20px;
}
.controllers {
	position: absolute;
	top: 50%;
	transform:translate(0,-50%);
	color: #fff;
	font-size: 24px;
}
.controllers:after {
	content:'';
	background:#fff;
	width:50px;
	height:2px;
	position:absolute;
	top: calc(50% - 2px);
}
.controllers.right:after {
	right:25px;
}
.controllers.left {
	left: 25px;
}
.controllers.right {
	right: 25px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-ms-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	opacity: 0.5;
}
.carousel.carousel-fade .active.item {
	opacity: 1;
}
/*.carousel.carousel-fade .active.item .bg {
	transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
*/@media (max-width: 768px) {
#myCarousel .carousel-caption {
}
#myCarousel .carousel-caption h1 {
}
}
@media (max-width: 468px) {
#myCarousel .carousel-inner {
	height: 100%;
}
#myCarousel .carousel-caption {
	padding-left: 30px;
	padding-right: 30px;
}
#myCarousel .carousel-caption:after {
	right:15px;
}
#myCarousel .carousel-caption h1 {
	font-size:52px;
}
.controllers {
	top:inherit;
	bottom:80px;
	transform:translate(0,0);
}
}
/* Carousel Fade In
-------------------------------------------------- */