@media only screen and (max-width: 720px){
	.head-image .title {
		font-size: 5vw;
		white-space: nowrap;
	}
	.head-image .bgi > img {
		object-position: 60% center;
	}
}