.page {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
    width: 800px;
}

.breadcrumbs {
    background: url("/Internet/jobwanted/images/homeicon.gif") no-repeat scroll 3px 7px transparent;
    color: #858484;
    line-height: 24px;
    margin: -10px 0 0;
    padding: 0 18px 10px 15px;
    font-size: 100%;
}

.breadcrumbs a {
    background: url("/Internet/jobwanted/images/arrowicon.gif") no-repeat scroll right center transparent;
    color: #858484;
    margin: 0 5px 0 0;
    padding: 0 7px 0 0;
    text-decoration: none;
}

.errorimg{
    float: left;
    padding: 100px 0 0 70px;
}

.errorimg2{
    clear: both; 
    position: relative; 
    left: 445px
}

.maintainimg{
    float: left;
}

.maintainMsg{
    font-size:larger;
    transform: translate(0, 20%);
}

.colFFF{
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .page {
        width: auto;
    }
    .breadcrumbs {
    line-height: 2rem;
    margin: -10px 0 0;
    padding: 0 18px 10px 15px;
    font-size: 1rem;
}
    .page img {
        width: 100%;
        height: auto;
    }
    .errorimg {
    float: none;
    padding: 0;
}
    .errorimg2 {
    left: 0;
}
}