.full-width-header {width: 100%; padding-bottom: 22%; position: relative; color:#fff;}
.full-width-header-inner { z-index: 2; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; max-width: 700px;}

.full-width-header .cover-overlay {background-color: rgba(0,0,0,.2);}

@media(max-width:700px){
	.full-width-header {height: 200px; padding-bottom: 0%;}
}