@media screen and (max-width: 480px) { 
ul.menu li
{
	width:auto !important;
}
ul.menu li.subart
{
	width:auto !important;
	padding-right:5px;
}
.sg-box-1
{
	width:100%;
	float:left;
	height:50%;
	position:absolute;
	background:red;
	background:url(../bg_slide/team/romiel.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:5px !important;
  top:0px;
}

.sg-box-2
{
	width:100%;
	float:left;
	height:50%;
	top:50%;
	left:0%;
	position:absolute;
	background:#FF0;
	background:url(../bg_slide/team/nikhil.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:5px !important;
}

.sg-box-3
{
	width:100%;
	top:100%;
	background:#0C0;
	height:50%;
	float:left;
	position:absolute;
	background:url(../bg_slide/team/sunil.jpg) no-repeat top right; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  margin-bottom:5px !important;
  left:0px;
}

.sg-box-4
{
	width:100%;
	left:0%;
	top:150%;
	height:50%;
	background:#36F;
	float:left;
	position:absolute;
	background:url(../bg_slide/team/mandar.jpg) no-repeat center 0px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sg-line-hor
{
	top:50%;
	height:0px;
	background:#000;
	width:100%;
	position:absolute;
}
.sg-line-vert
{
	left:50%;
	height:100%;
	width:0px;
	background:#000;
	position:absolute;
}

.team_name
{
	font-size:13px;
	top:0px;
}

}

@media screen and (max-device-width: 640px) and (orientation: landscape){
  /* some CSS here */
/*.sg-box-1
{
	width:50%;
	float:left;
	height:50%;
	position:absolute;
	overflow:hidden;
	background:red;
	background:url(../bg_slide/team/sunil.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sg-box-2
{
	width:50%;
	float:left;
	height:50%;
	left:50%;
	position:absolute;
	overflow:hidden;
	background:#FF0;
	background:url(../bg_slide/team/romiel.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.sg-box-3
{
	width:50%;
	top:50%;
	background:#0C0;
	height:50%;
	float:left;
	position:absolute;
	background:url(../bg_slide/team/mandar.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sg-box-4
{
	width:50%;
	left:50%;
	top:50%;
	height:50%;
	background:#36F;
	float:left;
	position:absolute;
	background:url(../bg_slide/team/nikhil.jpg) no-repeat center -50px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.sg-line-hor
{
	top:50%;
	height:3px;
	background:#000;
	width:100%;
	position:absolute;
}
.sg-line-vert
{
	left:50%;
	height:100%;
	width:3px;
	background:#000;
	position:absolute;
}

}