/* Three-graphics template */

.banner-graphic-3fx {
    background-color: white;
    margin-bottom: 1rem;
    padding: 0 0.35rem;
}

.banner-graphic-3fx .field-content > div {
    width: 33.3%;
    float: left;    
    box-sizing: border-box;
    padding: 0.70rem 0.35rem 0.70rem 0.35rem;
}


.banner-graphic-3fx .field-content img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-graphic-3fx::after {
    content: " ";
    display: block;
    clear: both;
}

@media (max-width: 900px) {

    #ContentType_header {
        text-align: left;
    }
    #ContentType_header_right {
        display: none;
    }

}


