.lw-thumbnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lw-thumbnail-holder {
  position: relative;
  text-align: center;
  color: white;
}

.lw-alignment-right {
  margin-left: auto;
  margin-right: 5px;
}

.lw-alignment-center {
  margin-left: auto;
  margin-right: auto;
}

.lw-alignment-left {
  margin-left: 5px;
  margin-right: auto;
}

.lw-thumbnail-label {
  position: absolute;
  text-align: center;
  color: black;
  right: 2px;
  bottom: 2px;
  opacity: 0.8;
  background-color: #ddd;
  border-radius: 4px;
  padding: 2px;
  font-family: monospace;
}

/**
 * You can write Sass here in /resource/sass/app.scss, putting it in it's own include file is preferred.
 * Run 'npm run dev' or 'npm run watch' on CLI to compile Sass and JS.
 * Do not commit compiled CSS files to project Git repo.
 **/

.container-md.h-full.px-0.px-md-5 {
  min-width: 100%;
}

.green_icon {
  color: green;
  border: none;
  background-color: transparent;
}

.red_icon {
  color: red;
  border: none;
  background-color: transparent;
}


/*# sourceMappingURL=app.css.map*/