div.mdl-layout > div.mdl-layout__content > main > div.mdl-grid.popup-gallery > div.mdl-cell > a.mdl-card {
    border-color: #F4F4F4;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    width: 100%;
}
div.mdl-layout > div.mdl-layout__content > main > div.mdl-grid.popup-gallery > div.mdl-cell > a.mdl-card > div.mdl-card__actions {
    background-color: rgba(0,0,0,0.7);
    bottom: 0px;
    color: white;
    line-height: 1.5;
    padding: 16px;
    position: absolute;
    text-align: center;
    z-index: 2;
    font-family: 'Roboto Condensed', sans-serif;
}