#welcome-visual {
	background-image: url('/assets/images/visitor/welcome.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 320px;
}

#welcome-visual>div {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	text-align: center;
	color: #444;
}

#welcome-visual>div>div {
	font-size: 1rem;
}

#welcome-visual>div>h2 {
	font-size: 1.6rem;
}

@media screen and (max-width:575px) {
	#welcome-visual {
		height: 180px;
	}

	#welcome-visual>div>div {
		font-size: 0.8rem;
	}

	#welcome-visual>div>h2 {
		font-size: 1.2rem;
	}

}