/*build css for the phone */
@media screen and (min-width: 320px) and (max-width: 568px) {
    .news-list .news-item {
        width: 100%;
        margin-right: 0;
    }
    .news-list {
        padding: 0 15px;
    }
    .news-list .news-item .caption .anons {
        display: none; 
    }
    .morebut {
        display: none;
    }
    .filters {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }
    .inputdecor-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .date-news-filter {
        width: 100%;
        margin-left: 0;
    }
    #media-pic {
       margin-top: 40px; 
    }
}