article .post_body img {height:auto!important;} article .post_body iframe{width:100%} article .post_body{overflow-x:auto}
@media (min-width: 768px) {
	article .post_body p, ul{
		width:-webkit-fill-available;
}
	article .post_body {
		 display: flex;
		 flex-direction:column;
		 align-items:center
}
	
}
@media(max-width: 767px){
	article .post_body img{
		width: 100%;
		
	}