.panel-banner { position: relative; height: 400px; background-color:#1c5078; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.panel-banner video { position: absolute; width: 100%; height: 100%; left: 0; top: 0; -o-object-fit: cover; object-fit: cover; }
.panel-banner .bg-overlay { background-color: rgba(0, 0, 0, 0.2); position: absolute; width: 100%; height: 100%; }
.panel-banner .title-wrapper { position: absolute; bottom: 0; width: 100%; z-index: 2; }
.panel-banner .title-wrapper h1 { font-family: 'Neutra', 'Arial', sans-serif;text-transform: uppercase; color: #fff; font-size: 50px; font-weight: 700; margin-bottom: 15px; letter-spacing: 5px; }
@media (max-width: 767px){
	.panel-banner { height: 200px; }
	.panel-banner .title-wrapper h1 { font-size: 30px; }
}