  /** Do not edit this file **
Woody Code Snippets CSS and JS
Saved: Sep 27 2023 | 12:53:42 */

a#notice {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
[id^=mtsnb] {
     height:calc((80 * 100vw) / 983);
     background: linear-gradient(to right, 
     #ffc101 50%, #ffd554 50% 100%);
}
[id^=mtsnb] div div {
     padding:0 !important;
}
@media (min-width: 983px) {
     [id^=mtsnb] {
          height:80px;
     }
}
.has-mtsnb .wrapper .header .header-main #logo #shortLogo {
     display:none !important;
}
