.bni_logo img {
    width: 100%;
}

section.bni_branding {
    padding: 5px 0;
}

.logo_tmi img {
    width: 140px;
}

#findMeetingMapSection {
    display:none !important;
    visibility:hidden;
    height: 0px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: all 0.5s ease-in;
}

#findMeetingMapSection.showMap {
    display:none !important;
    visibility:hidden;
}

#tmi {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 1200px){
    .bni_logo img {
        width: 80%;
    }
    .logo_tmi img {
        width: 120px;
    }

    #wonderplugincarousel-2 .amazingcarousel-image img {
        width: 80px !important;
        height: 80px !important;
    }
    #wonderplugincarousel-2 .amazingcarousel-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    #wonderplugincarousel-2 .amazingcarousel-description {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 992px) {
    .TestimonialsForm {
        flex-direction: column;
    }
    .TestimonialsForm .wp-block-column:first-child {
        order: 1;
    }
}

@media only screen and (max-width: 767px) {
    .TestimonialsForm {
        flex-direction: row;
    }
    .bni_logo img {
        width: 70px;
    }

}

@media only screen and (max-width: 576px) {
    .amazingcarousel-next,
    .amazingcarousel-prev {
        display:none !important;
    }
}