.install-banner {
    position: absolute;
    width: 100%;
    background-color: #fdc400;
    text-align: center;
    padding: 0.5em;
    bottom: 0;
    display: flex;
    align-items: center;
}
.clickable{
    width: 100%;
    float: left;
}
.banner-text {
    color: #fff;
    font-size: 0.7em;
    text-transform: uppercase;
}
.banner-close-btn {
    border: none;
    background-color: transparent;
    float: right;
}