.pic-footer{
	height: 441px;
	background:url(../images/human-bg.jpg?v=1) bottom center no-repeat fixed;
	}
	
.pic-footer .text-f-1{
	margin-top: 80px;
	width:100%;
	color:#fff;
	font: 93px/95px  'Kanit', Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
	
.pic-footer .text-f-2{
	/* width:420px; */
	padding:5px;
	background-color: #ff710078;
	font: 33px/36px  'thaisanslite', Arial, sans-serif;
	/* letter-spacing:2px; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
}

@media (max-width: 374px) { 
.pic-footer .text-f-1{
		    font: 65px/95px 'Kanit', Arial, sans-serif;	
	}
	.pic-footer .text-f-2{
		    font: 36px/31px 'thaisanslite', Arial, sans-serif;	
	}
 }
@media (min-width: 375px) and (max-width: 419px) { 
.pic-footer .text-f-1{
		    font: 65px/95px 'Kanit', Arial, sans-serif;	
	}
	.pic-footer .text-f-2{
		    font: 36px/31px 'thaisanslite', Arial, sans-serif;	
	}
 }
@media (min-width: 420px) and (max-width: 575px) { 
	.pic-footer .text-f-1{
		    font: 73px/95px 'Kanit', Arial, sans-serif;	
	}
	.pic-footer .text-f-2{
		    font: 36px/31px 'thaisanslite', Arial, sans-serif;	
	}
 }
@media (min-width: 576px) and (max-width: 767px) { 
.pic-footer .text-f-1{
		    font: 73px/95px 'Kanit', Arial, sans-serif;	
	}
 }
@media (min-width: 768px) and (max-width: 991px) { ... }
@media (min-width: 992px) and (max-width: 1199px) { ... }
@media (min-width: 1200px) { ... }	