@media only screen and (orientation: portrait)
{
	.inlineimagecontainer
	{
		height: 36.7vw;
	}
}

@media only screen and (orientation: landscape)
{
	.inlineimagecontainer
	{
		height: 22.7vw;
	}
}