.homefeatured-title {
	color: #FFFFFF;
	height: 233px;
	margin-bottom: 50px;
	text-align: center;
	background: url(../../../img/zlavolam/zlavolam_48.jpg) center no-repeat;
}

.homefeatured-title .title {
	font-size: 82px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0 0px 0;
}
@media (max-width: 992px) { 
	.homefeatured-title .title {
		font-size: 50px;
	}
	.homefeatured-button .btn {
		width: 100%;
	}
}

.homefeatured-title .text {
	font-size: 20px;

}

@media (max-width: 767px) {
	.homefeatured-title {
		height: 65px;
		margin-bottom: 20px;
	}
	.homefeatured-title .text { 
		display: none 
	}
	.homefeatured-title .title {
		font-size: 20px;
	}

}