/* =====================================
	r_ibox.css
 ===================================== */


/***************************************** 
smaller than 768
*****************************************/
@media screen and (max-width:768px) {

#ibox_content {
	width:100%;
	height:100%;
	margin-bottom:20px;
	position:relative;
	top:0px;
	left:0px;
}


#ibox_content p.photo img {
	height:auto;
	width:100%;
}

#ibox {
	width:100%;
	margin: 0 auto;
	text-align: center;
}


}

/***************************************** 
smaller than 480
*****************************************/
@media screen and (max-width:480px) {

#ibox_content {
	width:100%;
	height:100%;
	margin-bottom:20px;
	position:relative;
	top:0px;
	left:0px;
}


#ibox_content p.photo img {
	height:auto;
	width:100%;
}

#ibox {
	width:100%;
	margin: 0 auto;
	text-align: center;
}


}