.DateA5, .DateA4, .DateA3, .DateA2, .DateA1, .DateF1, .DateF2, .DateF3, .DateF4 {
    white-space: nowrap;
}

img::before {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: ' ';
    background-size: cover;
    background-image: url('../assets/images/warning.png');
}