.raf-thumbnail__wrapper {
  width: 100px;
  height: 100px;
  border-radius: $borderRadius;
  overflow: hidden;
  position: relative;
}

.raf-thumbnail__overlay {
  position: absolute;
  // color-mod(var(black) a(40%));
  background-color: change-color($black, $alpha: 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 5px;
}

.raf-thumbnail__image {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
