///
/// @group image
///
.#{$boldr-ns}img__wrapper {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

.#{$boldr-ns}img {
  opacity: 0;
  transition: all 0.75s ease;
}

.#{$boldr-ns}img__loaded {
  opacity: 1;
}
