.fbc-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
    justify-content: center;
    max-width: 40rem;
}

.fbc-item{
    align-items: flex-end;
    text-align: center;
    display: grid;
    padding: 10px;
}

.f-donor-item {
    width: 30%;
}

.f-fbc-item {
    width: 20%;
}

.fbc-item-con {
    display: flex;
    flex-flow: column;
    height: -webkit-fill-available;
}
.pic {
    height: 70%;
    display: grid;
    align-content: center;
}

.link {
    height: 30%;
}

p.small {
    line-height: 0.8;
  }

p.medium-font {
    font-size: 12px;
}

.thumbnail {
    display: flex;
    height: auto;
    max-width: 80%;
    width: 635px;
    margin: 0 auto;
}

.image {
	width: 100%;
	height: 100%;
}

.image img {
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
	z-index:1;
}

.image:hover img {
	-webkit-transform:scale(2); /* Safari and Chrome */
	-moz-transform:scale(2); /* Firefox */
	-ms-transform:scale(2); /* IE 9 */
	-o-transform:scale(2); /* Opera */
	 transform:scale(2);
	 position: relative;
	 z-index:1;
}

.image-resize {
	max-height: 100px;
}
