.image {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.image.fit {
  background-size: contain;
}
.image.fill {
  background-size: cover;
}
.image .img {
  height: 0;
  width: 0;
  visibility: hidden;
}
