.container {
	display: flex;
	flex-direction: row;
}

.container img {
	width:50%;
}