html{
	font:0.75em/1.5 "Helvetica Neue", Arial, sans-serif;
}
h1,h2{
	margin:0;
}
h2,.r-img,img,p{
	margin-bottom:1.5em;
}
.r-img{
	position:relative;
}
.r-img img{
	opacity:0;
	filter: alpha(opacity = 0);
	width:100%;
	height:100%;
}

/*--- RESPONSIVE ---*/
@media(max-width:480px){
.r-img{
	background:none!important;
	width:auto!important;
	height:auto!important;
	margin:0;
}
.r-img img{
	max-width:100%;
	opacity:1;
	filter:alpha(opacity = 1);
	width:auto;
	height:auto;
}
}