.Image {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 0.2em;
}

.Image--tiny {
  width: 100px;
}

@media (min-width: 576px) {
  .Image {
    width: 250px;
  }
  .Image--tiny {
    width: 130px;
  }
}
