.comp-picture {
  width: 100%;
  line-height: 0;
  position: relative;
}
.comp-picture.loaded {
  padding-top: 0 !important;
}
.comp-picture.loaded picture {
  position: relative;
}
.comp-picture picture {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.comp-picture picture img {
  width: 100%;
  height: 100%;
}