body{
    overflow: hidden;
}
#pageLoader{
    display: none;
}
.notification.js{
    z-index: 99;
    display: block !important;
    position: fixed;
    height: 100%; width: 100%;
    padding: 0px;
    
}
.notification.js .notificationCont .notificationLabel span{
    font-family: built titling; font-size: 130px; line-height: 150px;
}
.notification.js .notificationCont{
    display: table; margin: auto;
    position: relative;
    width: auto;
}
.notificationPush{
    display: table-cell; vertical-align: middle;
    position: relative;
    height: 100%; max-width: 350px;
}
.notification.js .notificationCont .notificationLabel{
    display: inline-block;
    position: relative; top: auto;
}

.button.notificationBtn{
    display: none;
}

.notification.cookies{
    display: none;
}

@media screen and (max-width: 720px){
    .notification.js .notificationCont .notificationLabel span{
        font-family: built titling; font-size: 70px; line-height: 90px;
    }
}