#inner-grid #home-content-smalls #home-bank #happy-hours-banner {
    box-sizing: border-box;
    width: 110%;
    height: calc(97px * 0.1 + 97px);
    left: -5%;
    top: 35px;
    position: absolute;
}

#inner-grid #home-content-smalls #home-bank #happy-hours-banner::before {
    content: '';
    background-image: url(/static/img/marketing/halo_home.png);
    background-size: 100%;
    height: 149px;
    width: 166px;
    position: absolute;
    top: -30px;
    left: 10px;
    animation: rotate-fade 10s linear infinite;
}

#inner-grid #home-content-smalls #home-bank #happy-hours-banner::after {
    content: '';
    background-image: url(/static/event/marketing/happy-hours/img/home/graphics.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 10;
}

#inner-grid #home-content-smalls #home-bank #happy-hours-banner-inner {
    background-image: url(/static/event/marketing/happy-hours/img/home/encart.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 18px;
    font-weight: 900;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 19px;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 0 8px rgba(63, 49, 4, 0.6);
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#inner-grid #home-content-smalls #home-bank #happy-hours-banner-inner::before {
    content: '';
    background-image: url(/static/event/marketing/happy-hours/img/home/timer_icon.png);
    background-size: 100%;
    width: 30px;
    height: 37px;
    position: absolute;
    top: -29px;
    right: 22px;
}

#inner-grid #home-content-smalls #home-bank #happy-hours-banner-inner * {
    transform: rotateZ(-6deg);
}

#inner-grid #home-content-smalls #home-bank #happy-hours-banner p {
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 19px;
    line-height: 18px;
    font-weight: 900;
    text-align: center;
    background: linear-gradient(0.25turn, #5ef5f8, #798dc8, #ab5cb3, #ca3da4, #e52199);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
    -webkit-text-stroke: calc(3px / 2) white;
}