@charset "utf-8";

.camera_wrap h1.h1 {}
.camera_wrap h4.h4 {
	padding-top: 10px;
}
.caption-left,
.caption-right,
.caption-center {
	position: absolute;
	bottom: 10%;
	left: 5%;
	right: 5%;
}
.caption-left {
	text-align: left;
}
.caption-right {
	text-align: right;
}
.caption-center {
	bottom: 30%;
	text-align: center;
}


@media (min-width: 480px) and (max-width: 767px) {
		
	.camera_wrap h1.h1 {
		font-size: 24px;
	}
	.camera_wrap h4.h4 {
		font-size: 14px;
	}
			
}


@media (min-width: 320px) and (max-width: 479px) {	
		
	.camera_wrap h1.h1 {
		font-size: 18px;
	}
	.camera_wrap h4.h4 {
		font-size: 12px;
	}
	
	
}