.top-banner {
    position: fixed;
    width: 100%;
    height: 70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.close-header-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0008;
    cursor: pointer;
}

.close-header-banner i {
    color: #fff;
    font-size: .8rem;
}

.wall_top-banner {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.wall_top-banner h2 {
    font-family: 'KalamehBold';
    text-align: center;
    line-height: 1.2;
    font-size: 1.2rem;
    /*text-wrap: nowrap;*/
    animation: SubTitle .5s infinite;
}

@keyframes SubTitle {
    25% {
        transform: scale(.98);
    }
    50% {
        transform: scale(.98);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(.98);
    }
}

.header-banner-img {
    height: 50%;
    border-radius: 8px;
}