.hl-profile-avatar img {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hl-profile-avatar.lg img {
  width: 5.5em;
  height: 5.5em;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.hl-carousel .hl-carousel-item {
  background: #fff;
}
.hl-carousel .hl-carousel-item > * {
  width: inherit;
}
.hl-carousel .hl-carousel-arrow {
  background-color: #f7f7f7;
}
.hl-carousel .hl-carousel-arrow-container {
  background-color: #fff;
  z-index: 1;
}

/*# sourceMappingURL=LibraryContent~b3738205.2ed51302.chunk.css.map*/