/* BBB iframe is originally 153 × 100 pixels */
.bbb-seal-wrap {
    width: 123px;
    height: 80px;
    overflow: hidden;
}

.bbb-seal-wrap iframe {
    display: block;
    width: 153px;
    height: 100px;
    border: 0;
    transform: scale(0.8);
    transform-origin: top left;
}

/* Match the visible height of the BBB seal */
.homeadvisor-seal {
    display: block;
    width: auto;
    height: 80px;
}

/* Reduce Bootstrap's spacing between the two columns */
.installer-badges > div:first-child {
    padding-right: 4px;
}

.installer-badges > div:last-child {
    padding-left: 4px;
}