@charset "utf-8";
/* CSS Document */







.background-404{
	background: url("../images/about_1.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	min-height: 100vh;
}
.img-404{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	z-index: 2;
}