/**
 * @file
 * Visual styles for Showcase Lite's team member content type.
 */
.photo-container {
  position: relative;
  margin: 0 0 20px 0;
}
.photo-container img {
  border-radius: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: #ececec;
}

.field--name-field-mt-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
