@import "../properties.css";

.image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-size: cover;
  display: flex;
}

.round {
  border-radius: 50%;
}

.image.full {
  width: 100%;
  height: 400px;
  border-radius: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
