.profile-image-container
{
  position: relative;
  overflow: hidden;
  min-height: 360px;
  height: 100%;
}
.profile-image-container img
{
  position: absolute;
  transform-origin: top left;
}
.card-body
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-text
{
  white-space: pre-wrap;
}