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

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