@media screen and (max-width:767px) {

.notFoundtext {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	float: none;
	height: 230px;
	vertical-align: middle;
	padding: 0;
	width: 230px;
	display: inline-block;
}
.contentError { text-align:center;}
.notFoundlogo { padding-top: 0px; }
.notFound h1 { font-size: 81px;}
}
