/*** VARIABLES ***/
/*** NOTE: These are in front of the Bootstrap build so Bootstrap variables can/should be overriden here ***/
/* COLORS */
/* LINKS */
/* BUTTON */
/* FONTS */
/* PADDING */
/* TABLES */
/* THEME */
/*(Design has #ECECEC for login page, #F0F0F0 in others)*/
/* TABLES */
/* LINKS */
/* DIRECTORIES */
.imageBLE {
  margin-bottom: 0 !important;
}
.imageBLE > div {
  display: flex;
  justify-content: center;
}
.imageBLE figcaption {
  margin-top: 10px;
  font-size: 16px;
}
.imageBLE.fullwidth > .container {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.imageBLE:not(.fullwidth) img {
  border-radius: 15px;
}