<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* custom css */


.caption-wrapper h1::before {
    background: #c8102e;
    content: "";
    display: block;
    height: 100%;
    width: 1920px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.caption-wrapper h1 {
    background: #c8102e;
    color: white;
    display: inline-block;
    letter-spacing: 0;
    margin: 0;
    padding: 0.625rem 1.25rem 0.625rem 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.caption-wrapper .container{
	 padding-left: 0 !important;
}


@media (max-width: 768px) {
	.caption-wrapper h1::after {
    background: #c8102e;
    content: "";
    display: block;
    height: 100%;
    width: 1920px;
    position: absolute;
    top: 0;
    z-index: -1;
}
	
	.caption-wrapper {
	position: relative;
    top: -40px;
	 }
}</pre></body></html>