.cus-notification {
    position: fixed;
    opacity: 0;
    top: 16.4rem;
    background: #ED6E37;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.advertisement-box-cus figure:last-child {
    grid-column: unset;
}

.m-top-10 {
    margin-top: 10px!important;
}
