.cms_panorama_box { display: flex; flex-direction: column; width: 100%; }
@media screen and (min-width: 1201px) { .cms_panorama_box { margin-top: -150px; } }
@media screen and (min-width: 960px) and (max-width: 1200px) { .cms_panorama_box { margin-top: -130px; } }
@media screen and (max-width: 959px) { .cms_panorama_box { margin-top: -100px; } }
.cms_panorama_imgContainer { position: relative; z-index: 1 !important; width: 100%; }
.cms_panorama_imgBox { width: 100%; padding: 0 0 35.41666666666667% 0; }
/*.cms_panorama_imgBox:before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(18,0,0,0.7) 0%, rgba(18,0,0,0) 100%); }*/
.cms_panorama_imgBox:before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(18,0,0,0.55) 0%, rgba(18,0,0,0) 100%); }
.cms_panorama_img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_panorama_imgLegend { display: none; }
.cms_panorama_text_box { z-index: 2 !important; width: 100%; margin: -93px 0 0 0; }
.cms_panorama_text { width: 100%; }
.cms_panorama_text h1 { font-family: "Oooh Baby", cursive; font-weight: 400; font-size: 160px; line-height: 160px; color: var(--primary); }
.cms_panorama_text a:not(.button-link) { color: var(--primary); transition: var(--transition); }
.cms_panorama_text a:not(.button-link):hover { color: var(--secondary); }
@media screen and (max-width: 1200px) { .cms_panorama_text h1 { font-size: 100px; line-height: 100px; } }
@media screen and (max-width: 959px) {
    .cms_panorama_imgBox { padding: 0 0 max(250px,35.41666666666667%) 0; }
    .cms_panorama_text_box { margin: 0; }
    .cms_panorama_text h1 { font-size: 42px; line-height: 50px; }
}