.camera_wrap {
	height: 400px !important;
}
#slider {
	height: 400px;
}


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

.camera_pag_ul {
	margin-top: -600px;
}
}