/**
    sticky
*/

.banner_unb {
    position: fixed;
    z-index: 100;
    display: flex;
    max-width: 100%;
    max-height: 150px;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.34);
}

.banner_unb_container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}


.banner_unb_close {
    right: 20px;
    top: 20px;
    position: absolute;
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.banner_unb .a_imgtext {
    padding: 0;
    max-width: 20%;
    margin: 1.5em;
}

.banner_unb .banner_unb_icon {
    width: 100%;
    height: 100%;
}


.banner_unb .text_with_icon {
    padding: 25px;  
}

.banner_unb .a_img {
    display: contents;
}

.banner_unb .banner_unb_image {
    max-width: 80%;
}

.banner_unb .banner_unb_text{
    align-items: center;
    
    padding: 1em;
    overflow: hidden;
}

.banner_unb  .link-banner {
    padding-top: 15px;
    padding-left: 50px;
}

/* background black */
.banner_unb.bkg_black .banner_unb_text{
    color: white;   
}
/* background red */
.banner_unb.bkg_red .link-banner .cta__link{
    background-color: black;
}
.banner_unb.bkg_red .link-banner .cta__link:hover{
    background-color: #c6c6c6;
}
/* background grey */
.banner_unb.bkg_grey .banner_unb_text{
    color: white;   
}
/*
* Popup
*/

#bannerModal img {
    width: 100%;
}

#bannerModal .modal-dialog .modal-header{
    text-align: center;
}