/* BEGIN global_custom_css */
body{
    background-color: transparent;
}
/* END global_custom_css */
/* BEGIN custom_css_desktop */
@media(min-width: 992px){
body{
    background-color: transparent;
}
}
/* END custom_css_desktop */
