@media (max-width: 768px){
    
}

@media (max-width: 767px){
    .responsify-inbound-site-banner{
        /* display: flex;
        flex-direction: column !important;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch; */
    }

    .responsify-inbound-site-banner__inner{
        margin-top: 1rem !important;
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .responsify-inbound-site-banner__img{
        width: 30%;
        height: 30%;
        margin-top: 0;
        margin-bottom: 0;
        /* background-size: 30px 30px !important; */
        background-position: 0% 0%;
    }

    .responsify-inbound-site-banner__left{
        margin-bottom: 1.5rem !important;
    }
    .responsify-inbound-site-banner__right{
        padding: 0;
        width: 100%;
    }

    .responsify-inbound-site-banner__title-and-text{
        text-align: left;
    }

    .responsify-inbound-site-banner__text{
        line-height: 1.2rem;
        padding: 0;
        margin: 0;
    }

    .responsify-inbound-site-banner__button {
        display: block;
        width: 100%;
        margin-top: 1rem;
        padding: 1rem 3rem;
        position: relative;
        text-align: center;
    }

    .button-exit {
        padding-top: 1rem;
        width: 100%;
    }
}




.responsify-inbound-site-banner-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.responsify-inbound-site-banner{
    position: relative;
    background-color: #127DB8;
    color: #fff;
    padding: 1.75rem 2rem;
    font-family: inherit, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.responsify-inbound-site-banner__sticky-top{
    top: 0;
    position: sticky;
    z-index: 50;
}

.responsify-inbound-site-banner__sticky-bottom{
    bottom: 0;
    position: sticky;
    z-index: 50;
}

.responsify-inbound-site-banner__inner{
    position: relative;
    /* Gridwork */
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
    align-content: stretch;
    z-index: 1;
}

.responsify-inbound-site-banner__left{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
    align-content: stretch;
}

.responsify-inbound-site-banner__title{
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
}

.responsify-inbound-site-banner__title-and-text{
    flex-wrap: nowrap;
}

.responsify-inbound-site-banner__text{
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.responsify-inbound-site-banner__text p{
    margin: 0;
    padding: 0;
}

.responsify-inbound-site-banner__text a:link, .responsify-inbound-site-banner__text a:hover, .responsify-inbound-site-banner__text a:visited{
    text-decoration: underline;
}

.responsify-inbound-site-banner__img{
    /* width: 100%;
    height: 100%; */
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 2rem;
}

.responsify-inbound-site-banner__right{
    margin-top: auto;
    margin-bottom: auto;
    /* flex-grow: 4;
    justify-content: flex-end; */
}

.responsify-inbound-site-banner__button{
    margin-top: auto;
    margin-bottom: auto;
    padding: .75rem 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    transition: all .1s linear;
}

.responsify-inbound-site-banner__button:hover, .responsify-inbound-site-banner__button:active, .responsify-inbound-site-banner__button:focus{
    text-decoration: none;
}

.responsify-inbound-site-banner-exit{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.responsify-inbound-site-banner__button-exit{
    padding: .1rem .35rem;
    margin: 0;
    background: transparent;
    color: #fff;
    border: 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
    align-content: stretch;
    box-shadow: none;
}

.responsify-inbound-site-banner__button-exit .responsify-inbound-site-banner__exit-text{
    margin-right: .55rem;
}

.responsify-inbound-site-banner__button-exit:hover, .responsify-inbound-site-banner__button-exit:focus, .responsify-inbound-site-banner__button-exit:active{
    background: transparent;
    box-shadow: none;
}

.responsify-inbound-site-banner__button img{
    max-width: 100%;
}


.responsify-inbound-site-banner__hidden {
    display: none;
}