.adaptive {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.img {
  width: auto;
  height: auto;
  max-width: 100%;
  /* TODO: fix bug in styles */
  margin-bottom: -4px;
}

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
