@import "ImgModal";

.img-thumbnail {
  position: relative;
  width: fit-content;
  height: fit-content;
  background-color: #eee;
  border-radius: 4px;
  overflow: hidden;

  img {
    display: block;
    width: 100px;
    height: auto;
  }

  button {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
