.news-banner {
	position: relative;
	margin-bottom: 70px;
	background: #071525;
}

.news-banner .image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center center;
	    background-image: none;
	    background-size: auto;
	background-size: cover;
	/*opacity: 0.3;*/
	opacity: 0.8;
	z-index: 10;
	-webkit-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}

.news-banner .victory {
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	z-index: 20;
	height: 420px;
	width: 100%;
	text-align: center;
}

.news-banner .text {
	width: 650px;
	margin: auto;
}

.news-banner .history {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 80px;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media screen and (max-width: 1539px) {
	.news-banner .victory {
		height: 280px;
	}
	.news-banner .text {
		max-width: 440px;
	}
	.news-banner .history {
		line-height: 54px;
		font-size: 26px;
	}
}

@media screen and (max-width: 575px) {
	.news-banner .text {
		padding: 0 15px;
	}
	.news-banner .history {
		font-size: 16px;
	}
}