    .group_image_background {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 9pt;
        line-height: 190px;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding-top: 80px;
        height: 150px;
    }