.btn-fmenu-wrapper {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1000;
    width: 58px;
    opacity: 0.5;
    /* animation: balloon 1.5s ease-in-out infinite; */
    transition: opacity ease 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.btn-fmenu-wrapper:hover {
    opacity: 1;
}

.btn-fmenu-wrapper a {
    display: block;
    margin: 5px 0px;
    cursor: pointer;
}

.btn-fmenu-wrapper img {
    max-width: 100%;
}

.ck-editor__editable_inline{
    height: 250px;
}
