@charset "UTF-8";
.styles.css {
}

html, body {
    overflow-x: hidden;
	background-color:#000000;
}

.wrapper {	
}

a img {
	border: none;

}

img {
	border: none; 
	
}

img.ri
{
	position: absolute;
	max-width: 60%;
	top: 10%;
	left: 10%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

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: 70%;
  }
}

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

