body
{
	font-family: sans-serif;
	font-size: 100%;
	margin: 10px;
	color: #ddd;
	background-color: #ffffff;
}

a { color: #000; }

img.ri
{
	position: absolute;
	max-width: 80%;
	top: 20%;
	left: 20%;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,0); 
}

img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 80%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 80%;
  }
}