.panel-home-banner { background:rgba(0, 0, 0, 0.58) url(../../images/banner.jpg) 50% 50% no-repeat; background-size:cover; color:#fff; position:relative; height:62vw; text-align: center; }
.panel-home-banner:after { content:' '; display:block; position:absolute; z-index:1; left:0; right:0; top:0; bottom:0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%) no-repeat; }
.panel-home-banner .container { position:absolute; z-index:10;  position: absolute; top: 50%; left:0; right:0; transform: translateY(-50%); margin-top:60px; }
.panel-home-banner h1 { max-width:1060px; margin:0 auto; }

@media (max-width:767px) {
	.panel-home-banner { margin-top:80px; }
	.panel-home-banner .container { margin-top:0; }
}
