@media only screen and (max-width: 768px) {
    .notificationsHeader{
        /*border: 2px red solid !important;*/
        position: fixed;
        left: 5px !important;
        right: 5px !important;
        top: 55px !important;
        bottom: 100px !important;
        float: none;
        z-index: 10000;
        width: auto !important;
    }
    .notificationsHeader .footer {
        position: absolute;
        bottom: 1px;
        width: 100%;
    }
    .footer.bg-notifications button{
        width: 100%;
    }
}