body{background: #ededed;padding: 0}
	.img-responsive{ max-width: 100%;width: auto;position: relative;  }
	.img404 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	.img404 >img{
    max-width: 600px;
    height: auto;
}
.img404 p {
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    padding-top: 4px;
}
.img404 h2 {
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding-top: 20px;
}
.img404 h2 span {
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 8px;
}
.img404 a {
    color: #005aff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 21px;
    text-decoration: none;
}

@media screen and (max-width: 512px) and (min-width: 320px){
.img404 h2 {
    font-size: 42px;
}
.img404 h2 span {
    font-size: 44px;
}
.img404 p {
    font-size: 35px;
}
.img404 a {
    font-size: 35px;
}