body, html {
    background-color: white;
}

/*#wrapPortrait {
    display: none;

    position: absolute;

    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;


    color: white;
    background-color: rgba(0, 0, 0, 0.8);

    z-index: 1000;
}
*/
img.ri
{
	position: absolute;
	max-width: 98%;
	top: 10%;
	left: 10%;
}

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) {
    #wrapPortrait {
        display: block;
    }

}
*/