#preview .buttons, .buttonsActionsArea {
    position: fixed !important;
    bottom: 50px!important;
    right: 0!important;
    left: 0!important;
    display: flex;
    width: 100%!important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    gap: 10px;
    z-index: 99;
}
#preview .buttons>div {
    width: 50px !important;
    height: 50px !important;
    background-size: 100%;
    cursor: pointer;
}

