.camera_wrap {
	height: 350px !important;
}
#slider {
	height: 350px;
}
.camera_pag_ul {
	margin-top: -350px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	.camera_wrap {
	height: 550px !important;
}
#slider {
	height: 550px;
}
.camera_pag_ul {
	margin-top: -550px;
}
}