.image-001 {
  position: relative
}

.image-001__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}