.fixed-bg-image{min-height:30rem;max-height:75vh;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;position:relative}
.fixed-bg-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);z-index:1}
.fixed-bg-image--content{max-width:90rem;text-align:center;padding:2rem;position:relative;z-index:2}
.fixed-bg-image--content *{color:#fff;line-height:1}
.fixed-bg-image--content h2{text-shadow:0 -0.4375rem 4.375rem rgba(0,0,0,.5);font-size:2.8125rem;margin-bottom:2rem}
.fixed-bg-image--content p{font-size:1.25rem}
.fixed-bg-image img.desktop{position:fixed;top:0;left:0;z-index:-1;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;height:auto;width:auto}
.fixed-bg-image img.mobile{position:absolute;top:0;left:0;z-index:-1;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;height:auto;width:auto}
@media print,screen and (min-width:64em){.fixed-bg-image:after{content:""}
.fixed-bg-image{min-height:47.25rem}
.fixed-bg-image--content h2{margin-bottom:0;font-size:6.25rem;text-shadow:0 -0.4375rem 3.125rem #000,0 -0.4375rem 4.6875rem #000}
.fixed-bg-image--content p{font-size:2.0625rem;text-shadow:0 -0.4375rem 1.5625rem #000,0 -0.4375rem 2.5rem #000}
}@media screen and (min-width:90em){.fixed-bg-image--content h2{font-size:7.5rem;text-shadow:0 -0.4375rem 4.6875rem #000,0 -0.4375rem 6.1875rem #000}
}