.story-logo img {
    width: 128px;
    height: auto;
    margin-top: 15px;
    opacity: .8;
}

.more-stories a {
    color: #fff;
}

.full-story-button a {
    color: #2d2320;
}

.scroll-indicator {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: .9rem;
}

@media only screen and (min-width: 500px) and (max-width: 781px) {

    .profile {
        flex-grow: 0;
        flex-shrink: 0;  
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: calc(50% - 20px) !important;
    }
}

@media only screen and (max-width: 767px) {
    .story-logo img {
        width: 100px;
    }    
}


@media only screen and (max-width: 499px) {
    .story-date {
        text-align: center;
    }
}