.cms_panorama_box { position: relative; z-index: 1; width: 100%; }
@media screen and (min-width: 1201px) { .cms_panorama_box { margin: -199px 0 0 0; } }
@media screen and (min-width: 960px) and (max-width: 1200px) { .cms_panorama_box { margin: -163px 0 0 0; } }
@media screen and (max-width: 959px) { .cms_panorama_box { margin: -136px 0 0 0; } }
.cms_panorama_box:before { content: ""; position: absolute; z-index: 2; inset: 0 0 0 56%; background: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.80) 100%); }
@media screen and (max-width: 1200px) { .cms_panorama_box:before { inset: 0 56% 0 0; background: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.80) 100%); } }
.cms_panorama_imgContainer { position: relative; z-index: 1; width: 100%; }
.cms_panorama_imgBox { width: 100%; padding: 0 0 max(378px,19.6875%) 0; }
.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; }