.frontpage-banner.image-banner.full-screen .inner{
    width:100%;
    max-width:900px;
}

.frontpage-banner.image-banner .description{
	min-height:180px;
}

.frontpage-banner.image-banner .description .faded{
	opacity:0;
}

.frontpage-banner.image-banner .description .is-hidden{
	display:none;
}

.frontpage-banner.image-banner .description .banner-text.starter{
	text-align:left;
}

.frontpage-banner.image-banner .description .banner-text{
    width:100%;
    max-width:900px;
    line-height:120%;
}

@media (max-width: 1366px){
	.frontpage-banner.image-banner .description{
		min-height:150px;
	}
}
/*
.frontpage-banner.image-banner .description .banner-text.single-line{
    padding:37px 0;
}
*/