.notification.large{
    position: fixed;
    height: 100%; width: 100%;
    padding: 10px;
    user-select: none;
    overflow: auto;
    
}
.notification.large:hover{
    cursor: default;
}
.notification.large .notificationCont .notificationLabel span{
    font-family: built titling; font-size: 70px; line-height: 70px;
}
.notification.large .notificationCont .notificationLabel a{
    color: lightskyblue; text-decoration: underline;
    word-break: break-all;
}
.notification.large .notificationCont{
    display: table; margin: auto;
    position: relative;
    width: auto;
}
.notificationPush{
    display: table-cell; vertical-align: middle;
    position: relative;
    height: 100%; max-width: 600px; width: 100% !important;
}
.notification.large .notificationCont .notificationLabel{
    display: inline-block;
    position: relative; top: auto;
    text-overflow: clip;
}
.button.notificationBtn{
    position: relative !important; top: auto !important; right: auto !important;
    margin-top: 10px;
}

@media screen and (max-width: 1400px){
    .notification.large .notificationCont .notificationLabel span{
        font-size: 55px; line-height: 55px;
    }
}
@media screen and (max-width: 1000px){
    .notification.large .notificationCont .notificationLabel span{
        font-size: 45px; line-height: 45px;
    }
}
@media screen and (max-width: 500px){
    .notification.large .notificationCont .notificationLabel span{
        font-size: 35px; line-height: 35px;
    }
}