div#fd.eb.eb-mod .eb-gallery-body { position: absolute; bottom: 0; margin-bottom: 20px; }

.blog-featured-banner {
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-stage {
	border:none;
	border-radius:0;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-box {
	height:476px;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-box > .container {
	height: 100%;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-featured {
	padding:0 14px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:18px;
	line-height:30px;
	float:left;
	clear:both;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-content {
	margin:0;
	padding:0 15px 6px 14px;
	background:rgba(0,0,0,0.83);
	color:#fff;
	font-size:15px;
	float:left;
	clear:both;
	max-width:700px;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-title {
	margin:0;
	padding:0;
	font-weight:600;
	font-size:24px;
	line-height:40px;
	color:#fff;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-more {
	clear: both;
	display: inline-block;
	background-color: #003b5c;
	color: #fff;
	text-transform: uppercase;
	font-weight:600;
	font-size: 16px;
	padding:0 14px;
	line-height:38px;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-buttons {
	bottom:50px;
	border-radius:0;
	border:none;
	width:auto;
	right:0;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-prev-button {
	margin-right:12px;
	border-radius:0;
	border:none !important;
	width:43px;
	height:37px;
	background:rgba(0,0,0,0.8) url(icon-back.png) 50% 50% no-repeat;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-next-button {
	border-radius:0;
	border:none !important;
	width:43px;
	height:37px;
	background:rgba(0,0,0,0.8) url(icon-next.png) 50% 50% no-repeat;
}
.blog-featured-banner #fd.eb.eb-mod .eb-gallery-button i {
	display:none;
}
@media (max-width:768px) {
	.blog-featured-banner #fd.eb.eb-mod .eb-gallery-buttons {
		display:none;
	}
}