/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 06 2022 | 21:11:22 */
.site-header-mobile {
    background: transparent;
}

@media screen and (max-width: 990px){
.site-header-mobile {
    position: absolute;
}}
