.lost_boy {
    position: relative;
    display: block;
    height: 298px;
    width: 306px;
    /* background: red; */
    background: url("/static/images/others/not_found.png") no-repeat scroll 0 -116px
        transparent;
}
.eyes.left {
    position: absolute;
    left: 35px;
    top: 64px;
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 50%;
    /* z-index: -1; */
}
.eyes.right {
    position: absolute;
    right: 175px;
    top: 63px;
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 50%;
    /* z-index: -1; */
}
.pupils {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
    background: #000;
    border-radius: 50%;
}
/* .pupils */
