@charset "utf-8";

#page .image-header {
   width:calc(100% + 28px);
   font-size: clamp(16px, 5vw, 32px);
   padding:0;
   margin: -1em 0 0 -14px;
   background:none!important;
   text-align:center;
   color: #e57118;
   text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
   font-weight: bold;
   height: inherit;
   line-height: inherit;
}

#page .image-header._small {
   font-size: clamp(16px, 4vw, 26px);
}

