section.bni_branding {
    padding: 10px 0;
}

.wp-block-image.medallion_image figure {
    margin-top: 50px;
    margin-bottom: 0;
}

.bni_logo img {
    width: 150px;
    height: auto;
}

.logo_medallion img {
    width: 100px;
}

#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;
}

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

@media only screen and (max-width: 1200px){

    .bni_logo img {
        width: 100px;
    }

    .logo_medallion img {
        width: 75px !important;
    }
}


@media only screen and (max-width: 767px) {

    .logo_medallion img {
        width: 70px;
    }
}

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

}