.gContainer {
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 400px;
    width: 100%;
    box-shadow: 1px 1px 9px 0px #000
}

.gContainer > a {
    position: relative;
    display: block !important;
    text-decoration: none;
    bottom: -280px;
    width: 100%;
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.gContainer > a > h4 {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 700
}
