.banner-carousel-container .item.banner img.absolute {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.banner-carousel-container .item.banner img.placeholder { }


.banner-carousel-container .banner-carousel { overflow: hidden; }
.banner-container.microsite .banner .banner-text {
	bottom: 0px;
	top: auto;
}
.banner-container.microsite .banner .banner-text .text-inner {
	padding: 0px 100px;
}
.banner-carousel-container.microsite .banner-carousel .item h2 {
	font-family: "franchiseregular", sans-serif;
	font-size: 65px;
	text-transform: none;
}
.banner-carousel-container.microsite .banner-carousel .item h4 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-transform: none;
	max-width: 550px;
	line-height: 30px;
}
.banner-container.microsite .banner .banner-text .banner-title .title-inner:before, .banner-container.microsite .banner .banner-text .banner-subtitle .subtitle-inner:before {
	display: none;
}
.banner-container.microsite .banner .has-skewed-corner .skewed-corner-inner {
	background: transparent;
	padding: 10px 20px 0;
}
.banner-container.microsite .banner .banner-text .banner-subtitle {}
.banner-container.microsite .banner .banner-text .banner-btn { display: none; }

.banner-container.microsite .banner .banner-image { max-height: 900px; }

.banner-container.microsite .banner .micro-divider {
	width: 370px;
	height: 3px;
	background: #f8b03d;
	margin-bottom: 20px;
	border-bottom: 3px solid #f8b03d;
}

.banner-carousel-container.microsite .slick-arrow { background: #a7202c; z-index: 2; right: 0px; bottom: 0px; top: auto; left: auto; width: 50px; height: 50px; margin-bottom: 0px; }
.banner-carousel-container.microsite .slick-arrow.slick-next { background: #a7202c url("/includes/public/assets/icons/arrow-micro-right.png") no-repeat center center; }
.banner-carousel-container.microsite .slick-arrow.slick-prev { right: 53px; background: #a7202c url("/includes/public/assets/icons/arrow-micro-left.png") no-repeat center center; }
.banner-carousel-container.microsite .slick-arrow.slick-next:before { content: ""; }
.banner-carousel-container.microsite .slick-arrow.slick-prev:before { content: ""; }

@media (max-width: 64em) {
	.banner-carousel-container.microsite .banner-carousel .item h2 { font-size: 42px; }
	.banner-carousel-container.microsite .banner-carousel .item h4 { font-size: 15px; line-height: 25px; }
	.banner-container.microsite .banner .banner-text .text-inner { padding: 0px 20px; }
	.banner-container.microsite .banner .micro-divider { margin-bottom: 12px; }
	.banner-carousel-container.microsite .slick-arrow { width: 40px; height: 40px; background-size: 14px; }
	.banner-carousel-container.microsite .slick-arrow.slick-prev { right: 45px; }
}

@media (max-width: 40em) {
	.banner-container.microsite .banner .banner-text .banner-title .title-inner { padding: 0; }
	.banner-carousel-container.microsite .banner-carousel .item h2 { line-height: 40px; }
	.banner-container.microsite .banner .banner-text { bottom: 18px; }
}