@media only screen and (min-width: 800px){
    .authenticated-content-container{
        width: 50%;
        margin: 0 auto;
    }
}
.post.authenticated-content{
    opacity: 0.5;
}
.post-card.authenticated-content .fusion-column-anchor{
    position: relative;
}
.post-card.authenticated-content .fusion-column-wrapper:before{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f023';
    font-size: 3em;
    z-index: 999;
}
