/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */ 

.rs_tree-top{
    top: 0px;
    left: 0px;
    width:100%;
    z-index: 10000;
    height: 220px;
    background-position:top center !important;
 
}
.rs_tree-bottom{
    width:100%;
    left: 0px;
    bottom: 0px;
    z-index: 8001;
    height: 220px;
    background-position:bottom center !important;

}
.rs_trees-sticky{
    position:fixed;
}
.rs_trees-sticky img{
    width: 100%;
}
.rs_trees-non-sticky {
    position:fixed;
}
.rs_trees-non-sticky img {
    width: 100%;
}
.rs_snow-display-none{
    display: none;
}
 
/*------------------------ responsive css ---------------------*/
/* Mobile Styles */
@media only screen and (max-width: 500px) {
    #rs_sticky{
        width:250%;
    }
  
}
 