.entry-header {
	display:flex;
}
.post-info {
	min-width: 400px;
}
.postImage {
    height: 300px;
    flex-basis: 100%;
    background-size: cover;
    background-position: 50% 50%;
}