@charset "UTF-8";
/* CSS Document */
.block_largebanner_bg{
	background-size: cover;
	background-position: center bottom;
	background-repeat: repeat-x;
}

.block_largebanner_body{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

@media screen and (max-width: 1199px){
	.block_largebanner_body{
		font-size: 16px;
		line-height: 22px;
	}
}