Blog flex zobrazení

<style><!--
aside {display: none;}
#newsWrapper {width:100%;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
flex-flow: row wrap;justify-content:space-between;}
/* Fix for Safari width */
#newsWrapper:before, #newsWrapper:after {
width: 100%;
}

@media (max-width: 768px) {
.news-item {width:100%; padding:10px;}
}

@media (min-width: 768px) and (max-width: 992px) {
.news-item {width:49%; padding:10px;}
}

@media (min-width: 992px) {
.news-item {width:32.3%; padding:10px;}
}
.news-item {display:flex;flex-direction:column;}
.news-item .image {
width: 100%;
margin: 0px 0px 20px;
}
--></style>