

.social-feed-wrapper {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 20px 20px;

    &:after {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    &.no-overlay:after {
        content: none;
    }

    .text {
        position: relative;
        z-index: 10;
        color: #fff;
    }

    .load-socialfeed {
        display: inline-block;
        width: auto;
        padding: 15px 25px 18px;
    }
}

.unload-socialfeed {
    display: inline-block;
    width: auto;
    padding: 15px 25px 18px;
    margin: 30px auto;
}