/* Panels - Banners */
.panel-banner { height: 660px; background-color: #ccc; position: relative; }
.panel-banner h1 { color: #fff; font-weight: 700; font-size: 119px; letter-spacing: 3.51px; margin-bottom: 0; text-align: center; line-height: 1.1; }
.panel-banner .title-wrapper { position: absolute; bottom: 30%; width: 100%; }
.panel-banner .bg { background-size: cover; background-repeat: no-repeat; position: absolute; top: 0; width: 100%; height: 100%; background-position: center center; }

body.search .panel-banner h1 { font-size: 50px; }

@media (max-width: 1599px) {
	.panel-banner h1 { font-size: 100px; }
}
@media (max-width: 1199px) {
	.panel-banner h1 { font-size: 50px; }
}
@media (max-width: 767px) {
	.panel-banner { height: 310px; }
	.panel-banner h1 { font-size: 38px; }
}

/* Panels - Breadcrumb */
.panel-breadcrumb { position: absolute; bottom: 30px; z-index: 2; width: 100%; text-align: center; }
.panel-breadcrumb span,
.panel-breadcrumb a { color: #FFF; text-decoration: none; font-size: 18px; font-weight: 400; letter-spacing: 0.92px; }
.panel-breadcrumb .delimiter::before { content: "|"; }
.panel-breadcrumb .breadcrumbs span:last-of-type { color: #ffed00; font-weight: 700; }