/* #responsive-banner * {
    border: 1px dashed black;
} */

#responsive-banner {

    background-image: linear-gradient(#fff, #F3A8AD, #fff);
}

#responsive-banner .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#responsive-banner .image {
    margin-top: auto;
    margin-bottom: auto;

}

#responsive-banner .text {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: auto;
    margin-bottom: auto;	
}

#responsive-banner .text p {
    font-size: 14pt;

}

@media (max-width:768px) {
    #responsive-banner .image img {
        width: 90%;
        height: auto;
    }
}

