@import '../../global';

.image {
  width: 100%;
  height: 100%;

  border-radius: $border-radius;
  object-fit: cover;
}

.placeholder {
  height: 100%;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}
