#banner-container{
    margin-top:-25px;
    @media(min-width:1054px){
        margin-top:-40px;

    }
    min-height:15px;
    margin-bottom:25px;
    transition: transform 0.2s ease, height 4s ease;
    overflow: hidden; /* Hide overflowing content */
    height: auto; /* Adjust height based on content */
}
.hc-banner{
    text-align:center;
    width: 100%;
    padding: 1rem 2rem;

    display: flex;
    padding-right: 70px;
    padding-left: 70px;
    opacity: 1;
    transition: opacity 0.5s;
    position:relative;
    padding-right:70px;
    padding-left: 70px;
    opacity: 1;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s;
}
.hc-banner .dismiss {
    position: absolute;
    right: 20px;
    text-decoration: none;
}
.hc-banner h5{
    margin-bottom:0;
    text-align:center;
}
.hc-banner p:last-of-type{
    margin-bottom:0;
    padding-bottom:0;
}
.hc-banner a{
    color: #fff;
}
.hc-banner h5{
    margin-top:0px;
}
.site-header.headroom--not-top #banner-container{
    transform: translateY(-100%);
    height: 0;
    transition: transform 0.2s ease, height 4s ease;


}
.site-header.headroom--not-top .hc-banner{
    /*display:none;*/
}