.wp-block-fse-blocks-fse-gimg{
    .fse-btn-gallery-upload{
        padding:10px 20px;
        width: 100%;
        text-align: center;
        border: none;
        box-shadow: none;
        background: #eee;
        cursor: pointer;
        display: block;
        &:hover{
            background: #ddd;
        }
    }
    .fse-gimg-placeholder{
        width: 100%;
        height: 150px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        img{
            max-width: 70%;
            max-height: 70%;
            opacity: 0.7;
        }
    }
    
}