/* Brano Slideshow — frontend styles */

.brano-slideshow-wrap {
	position: relative;
	background: #000;
	overflow: hidden;
}

.brano-slide {
	position: relative;
	overflow: hidden;
}

.brano-slide__link {
	display: block;
	text-decoration: none;
}

.brano-slide img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: cover;
}

.brano-slide__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 24px;
	background: linear-gradient( transparent, rgba( 0, 0, 0, 0.65 ) );
	color: #fff;
	pointer-events: none;
}

.brano-slide__title {
	margin: 0 0 5px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.5 );
}

.brano-slide__desc {
	margin: 0;
	font-size: 0.9rem;
	opacity: 0.9;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.4 );
}

/* Owl Carousel nav button overrides */
.brano-slideshow-wrap .owl-nav button.owl-prev,
.brano-slideshow-wrap .owl-nav button.owl-next {
	font-size: 2rem;
	line-height: 1;
	background: rgba( 0, 0, 0, 0.4 ) !important;
	color: #fff !important;
	border-radius: 3px !important;
	padding: 4px 12px !important;
	transition: background 0.2s;
}

.brano-slideshow-wrap .owl-nav button:hover {
	background: rgba( 0, 0, 0, 0.7 ) !important;
}
