/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 


body.bg-image > * {    
background: none transparent !important;    
}    

html > body.bg-image {    
background: transparent url(background.jpg) 50% 0 no-repeat;    
background-size: contain;    
}