@charset "utf-8";
/* CSS Document */

.banner-head{
	margin:0;
	padding:0;
	position:relative;
	margin-top: 0;
	/* min-height: 602px; */
	/* background:url(../images/header/banner.jpg) top center no-repeat; */
}
.banner-head-2{
	margin:0;
	padding:0;
	position:relative;
	min-height: 265px;
	background: url(../images/canvas/canvas-sub.jpg) top center no-repeat;

}
@media (max-width: 374px) { 
	.banner-head{
	     background-size: 100%;
	     min-height: 113px;
	}
 }
@media (min-width: 375px) and (max-width: 419px) {
		.banner-head{
	     background-size: 100%;
	     min-height: 118px;
	}
	}
@media (min-width: 420px) and (max-width: 575px) { 
	.banner-head{
	     background-size: 100%;
	     min-height: 133px;
	}
 }
@media (min-width: 576px) and (max-width: 767px) { 
	.banner-head{
	     background-size: 100%;
	        min-height: 181px;
	}
 }
@media (min-width: 768px) and (max-width: 991px) {
	.banner-head{
	     background-size: 100%;
	     min-height: 241px;
	}
	 }
@media (min-width: 992px) and (max-width: 1199px) {
	.banner-head{
	    background-size: 100%;
	    min-height: 321px;
	}
}