/* Live Feed Page Styles */

figure.photonic-thumb {
    width: 25%;
/*     height: 280px;
    margin-bottom: 4em !important; */
}

.photonic-album-title {
    text-align: left;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.2em;
    padding: 5px;
}

@media (max-width: 767px) {
    figure.photonic-thumb {
        margin-bottom: 5.5em !important;
    }
}