.block_banner_page {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
}
.block_banner_page .container {
	display: table;
	margin: 0 auto;
	height: 100%;
}

.block_banner_page .container span {
	position: absolute;
	width: 100%;
	top: 40%;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 767px) {
	.block_banner_page .container {
		width: 100%;
	}
	.block_banner_page .container span {
		font-size: 20px;
		text-align: center;
		width: 100%;
	}
}