.site .content{
	background-image: url(/imgs/head-photo-new_55a-2026.png);
	background-repeat: no-repeat;
	background-position: 50% 90%;
	background-size: contain;
}

.site .content .center .logoName{
	width: 100%;
	height: 25%;
	background-image: url(/imgs/logo-new_55.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin: 0px 15px 0px 15px;
}

@media screen and (max-width: 800px) {
	.site .content{
		background-image: url(/imgs/head-photo-new_55a-vertical-2026.png);
	}
}

@media screen and (max-width: 414px) {
	.site .content .center .logoName{
		display: none;
	}
}