.la-image {
  display: inline-block;
  position: relative;
}

.la-image__pic {
  width: 100%;
  height: auto;
}

.la-image__content {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
}
