.penci-banner-box {
	&.penci-empty-block-title {
		padding: 0;
		background: transparent;
	}

	.penci-block_content {
		width: 100%;
	}

	img, a {
		display: block;
	}

	img {
		max-width: 100%;
	}
}

.penci-list-banner {
	display: block;
}

.penci-promo-item {
	position: relative;
	width: 100%;
	margin: 0 0 25px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #ccc;
}

.penci-list-banner .penci-promo-item:last-child {
	margin-bottom: 0;
}

.penci-promo-item {
	&.penci-banner-crop {
		padding-bottom: 56%;
	}
	&.penci-banner-has-text {
		&:after {
			position: absolute;
			left: 10px;
			right: 10px;
			top: 10px;
			bottom: 10px;
			content: '';
			-webkit-transition: all 0.4s;
			transition: all 0.4s;
			z-index: 5;
			border: 1px solid #fff;
			opacity: 0.4;
		}
		&:hover:after {
			opacity: 1;
		}
	}
}

.penci-promo-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: none !important;
}

.penci-promo-text {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10px;
	left: 0;
	z-index: 1;
	text-align: center;
	h4 {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.3;
		background: #ffffff;
		display: inline-block;
		padding: 12px 12px;
		min-width: 120px;
		text-align: center;
		color: #010101;
	}
}

.penci-promo-item img {
	width: 100%;
}