.home-banner {
	background-image: url(../images/home-banner-background.png);
	background-position : left center;
	background-size : cover;
	height : 488px;
	position : relative;
	display : table;
}
.home-banner .tr {
	display : table-row;
}
.home-banner .td {
	display : table-cell;
	vertical-align : bottom;
	text-align : left;
}
.home-banner .td:first-child {
	width : 71px;
}
.home-banner .td:last-child {
	text-align : right;
	line-height : 0;
	font-size : 0;
}
.home-banner .td:last-child img {
	height : 100%;
	width : 100% !important;
}
.home-banner .td.hb-content {
	padding : 90px 70px;
	width : 780px;
}

.home-banner .hb-content {
	font-size : 25px;
}
.home-banner .hb-content h1 {
	font-size : 35px;
	margin-bottom : 0.25em;
}
.home-banner .hb-content * {
	color : #fdab3a;
}

.home-banner .hb-content .button {
	min-width : 100px;
	padding : 10px;
	background-color : #1794d5;
}

@media screen and ( max-width : 1920px ){
	.home-banner {
		height : 25.417vw;
	}
	.home-banner .td.hb-content {
		padding : 4.688vw 3.646vw;
		width : 40.625vw;
	}
}
@media screen and ( max-width : 1024px ){
	.home-banner {
		height : 465px;
	}
	.home-banner .td.hb-content {
		padding : 0 170px 0 50px;
		width : 100%;
		vertical-align : middle;
	}
	.home-banner .td:last-child ,
	.home-banner .td:first-child {
		display : none;
	}
	.home-banner {
		background-image: url(../images/home-banner-background-mobile.jpg);
		background-position : right center;
		background-size : cover;
	}
}