body {
    background-color: #eeeeee;
    font-family: Lato, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.wr-container {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.container {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

    .content {
        position: relative;
        width: 950px;
        height: 695px;
        margin: 0 auto;
        background: url('../img/404.png') no-repeat  center  center;
        background-size: contain;
    }


.content .text {
    position: absolute;
    text-align: left;
    right: 2rem;
    top: 0;
    width: 35%;
}

    img.logo {
        width: 90%;
    }

    img.robot {
        display: none;
    }



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

    .wr-container {
        display: block;
        position: static;
    }
    .content {
        background: none;
        width: 100%;
        height: 100%;
        margin-top: 1rem;
    }
    .content .text {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        position: static;
    }
    .logo {
        width: 75%;
    }
    img.robot {
        display: block;
        width: 75%;
        margin: 1rem auto;
    }

}
