@media screen and (max-width:767px){
    .filter-selector{
        display:none;
    }
    .content-fragment .content.abbreviated .attributes, .popup-list .content.abbreviated .attributes {
        float: none;
        width: 100%;
        padding-left: 0;
        height: auto;
    }   
    .content-fragment .content.abbreviated .name, .popup-list .content.abbreviated .name{
        margin: 20px 0 20px 0;
    }
    .content-fragment .content.abbreviated .content, .popup-list .content.abbreviated .content{
        margin-right:auto;
    }  
    form .content-fragment-page.search .content-list.content, .taglist .flex-wrapper .news-item .news-item-content, .postlist .flex-wrapper .news-item .news-item-content{
        width: 100%;
        float: none;
    } 
}