.image-not-found {
    background: url('../images/not-found.jpg') no-repeat center center;
    width: 100%;
    display: block;
    height: 150px;
    background-size: cover;
}