.comp-image {
  width: 100%;
}
.comp-image .image-box {
  width: 100%;
  position: relative;
}
.comp-image .image-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}