.panel-banner { position: relative; height: 400px; background-color:var(--green); 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.panel-banner-event-single .bg-overlay,
.single-post .panel-banner .bg-overlay { background-color:rgba(0,0,0,0.75); background-size: 1152px;background-repeat: no-repeat;background-position: center center;}
.panel-banner .title-wrapper { position: absolute; bottom: 0; width: 100%; z-index: 2; }
.panel-banner .title-wrapper h1 { font-family: var(--tmpl_font-text); color: #fff; font-size: 50px; font-weight:500; margin-bottom: 15px; }
@media (max-width:1152px) {
	.panel-banner.panel-banner-event-single .bg-overlay,
	.single-post .panel-banner .bg-overlay {background-size:100%;}
}
@media (max-width: 767px){
	.panel-banner { height: 200px; }
	.panel-banner .title-wrapper h1 { font-size: 30px; }
}