
small {
	font-size: 1em;
	position: relative;
	top: 0.9em;
}

@media screen and (orientation:landscape) and (max-width:850px) {
	.ei-image-container img {
		width: auto;
	}
	
	main {
		height: unset;
	}
}

@media screen and (orientation:portrait) and (max-width:1024px) {
	main {
		height: unset;
	}
	
	.ei-image-container img {
		width: auto;
	}
}

@media screen and (orientation:portrait) and (max-width:500px) {
	.ei-image-container img {
		width: auto;
	}
}