.at-businessCard {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1em;
    text-align: center;
    overflow: hidden;
}

.at-businessCard__imageContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin-bottom: 1em;
}

.at-businessCard__image {
    display: block;
    max-height: 80px;
    margin: 0 auto;
}

.at-businessCard__contactInfo {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

.at-businessCard__name {
    margin-bottom: 0.2em;
    font-size: 0.9em;
}

.at-businessCard__company {
    display: block;
    font-size: 0.85em;
    color: #757575;
}

.at-businessCard__link {
    display: block;
    font-size: 0.9em;
}
