@media (max-width: 991px) {
    .lastcolumn, .headline .badgeWrap, .hidden__mobile {
        display:none;
    }

    .firstcolumn {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    #logowrap {
        margin: 0 auto;
    }

    .comment {
        display: none;
    }

    .comment:nth-last-of-type(1), .comment:nth-last-of-type(2), .comment:nth-last-of-type(3), .comment:nth-last-of-type(4), .comment:nth-last-of-type(5) {
        display: block;
    }
}

@media (max-width: 425px) {
    .article_text img {
        float: none !important;
        margin: 0 auto !important;
        display: block;
    }

    .comment .comment {
        margin: 10px 10px 10px 10px;
    }

    .comment_txt {
        clear: both;
        margin-left: 10px;
    }

    .comment_avaatar {
        margin-bottom: 0 !important;
    }

    .comment_txt p {
        margin: 0px 0px 5px !important;
    }
	.comment_body .name {
		margin-top:10px;
	}
}
@media (max-width: 768px) {
    .wrapper {
        padding: 0
    }   
}
@media (min-width: 768px) {
    .wrapper {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        width: 1000px;
    }
}
