.postContent img{ 
	width:100%!important;
	height:100%!important;
	
}
	
	@media (max-width:768px){
	.postContent img{ 
	
		width:100%!important;
		height:100%!important;
	
		}
		
		.logo img {
		height: 70px;
		width:190px;
	}
	
}

@media (max-width:574px) {
	.logo img {
		height: 70px;
		width:190px;
	}
}	