.buttons_container {
    position: relative;
    text-align: center;
    overflow: visible;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.action_tooltip_container {
    position: absolute;
    top: -1.5em;
    font-size: 0.5em;
    color: rgba(0,0,0,0.4);
    white-space: nowrap;
}


@media only screen and (max-width: 599px) {
    .buttons_container {
        margin-top: 0.5em;
    }
    .action_tooltip_container {
        top: -1.2em;
    }
}