.optionalbanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
    font-size: 22px;
    color: white;
    font-weight: 700;
    text-shadow: 0 0 4px black;
    margin-bottom: 60px;
}

.optionalbanner.black {
    color: black;
    text-shadow: none;
}

.news_flex {
    display: flex;
    margin: 0 -15px;
}

.news_flex > div {
    padding: 15px;
    flex: 1;
}


.news_flex > div a {
	position:relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    padding: 30px;
}
.news-back-desktop{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
}
.news-back-mobile{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
}

/*.news-back-mobile{
	display:none;
}
@media(max-width:991px){
	.news-back-desktop{
		display:none;
	}
	.news-back-mobile{
		display:block;
	}
}*/

.news-back-content{
	position:relative;
	z-index:2;
}
.gtx_news .container > .news_flex:first-child div:first-child,
.gtx_news .container > .news_flex:last-child div  {
    min-height: 400px;
}

.gtx_news .container > .news_flex:first-child div:nth-child(2) > a {
    height: calc(50% - 15px);
}

.gtx_news .container > .news_flex:first-child div:nth-child(2) > a:first-child {
    margin-bottom: 30px;
}

.news_flex > div a p.heading {
    color: white;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-shadow: 0 0 5px black;
}

.news_flex > div a p:not([class]){
    color: white;
    margin-top: 10px;
    line-height: 24px;
    text-shadow: 0 0 3px black;
}

.news_flex > div a p.date {
    color: white;
    line-height: 24px;
    text-shadow: 0 0 3px black;
    margin-bottom: 10px;
    font-size: 12px;
}

.news_flex > div a.withimage p.date {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    height: 135px;
    padding: 15px 30px;
    background-size: cover;
}

.news_flex > div a.black p.date,
.news_flex > div a.black p.heading,
.news_flex > div a.black p:not([class]) {
    color: black;
    text-shadow: none;
}

.news_flex > div a.withimage p.heading,
.news_flex > div a.withimage p:not([class]) {
    color: black;
    text-shadow: none;
}

.gtx_news {
    margin: 60px 0;
}