.mobil-filter-button{
    position: fixed;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    z-index: 100;
    opacity: 0.5;
}
.mobil-filter-button:hover{
    cursor: pointer;
    opacity: 1;
}
.myEditor figure{
    float: right !important;
    max-width: 50% !important;
}
.myEditor img{
    width: 100% !important;
    height: auto !important;
}
