#logoE {
	margin-top: 35%;
	justify-content: space-around;
	width: 100%;
	height: auto;
}

.responsive {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	#logoE {
		margin-top: 50%;
	}
}

