body{
    background-color: #171717;
}

.caixa{
    height: 300px;
}
.imagem-caixa{
    width:100%;
    max-height:150px;
    background-image: url(gw.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}