.error404 .content-404{
    min-height: 700px;
	text-align: center;
}

.error404 .content-404 h1{
	font-size: 65px;
}

@media screen and (min-width: 0px) and (max-width: 1020) {
	.error404 .content-404 h1{
		font-size: 50px!important;
	}
}

@media screen and (min-width: 0px) and (max-width: 500) {
	.error404 .content-404 h1{
		font-size: 30px!important;
	}
}
