.panel-banner { position: relative; height: 400px; background-color:#ccc; 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; top: 50%; 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;  }
@media (max-width: 767px){
	.panel-banner { height: 200px; }
	.panel-banner .title-wrapper h1 { font-size: 30px; }
}

.panel-breadcrumb { position: absolute; bottom: 27px; width: 100%; }
.panel-breadcrumb .delimiter:before { content: "/"; font-size: 16px; }
.panel-breadcrumb .breadcrumbs { background-color: rgba(0,0,0,0.6); display: inline-block; padding: 2px 17px; }
.panel-breadcrumb a,
.panel-breadcrumb span { color: #fff; }
@media (max-width:767px) {
	.panel-breadcrumb { bottom: -15px; }
}