.Picture {
  display: block;
  width: 100%;
}.Picture img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }

.HeroSlider .Picture {
  max-height: 800px;
}

.Picture--background {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 601px) {

.Picture--background {
    height: 400px;
}
  }

@media screen and (min-width: 1026px) {

.Picture--background {
    height: 100%;
}
  }
