.homeCapture {
    padding-top: 5px;
    background-image: url("/static/images/cem-g.jpg") !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 200px;
}