/* Add custom CSS styles below */ 

.banner--fixed img {
    margin-top: -60px;
    margin-bottom: -60px; 
    max-width: 1280px;
    }
    
    
    @media only screen and (max-width: 767px) {
    .banner--fixed img {
        margin-top: -20px;
        margin-bottom: -40px;
    }
}