/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .wx-multisite-articles > .masonry-blog-item{
     width:48%;
     
 }
 .wx-language-available {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 10px;
}
.wx-language-available ul{
    padding: 0px 0px 0px 20px;
}
@media only screen and (max-width: 690px) {
    .wx-multisite-articles > .masonry-blog-item{
        width:100% !important;
        
    }
}
.banner-leader{
    max-width: 800px;
}