.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    height:auto;
    margin: auto;
}


.object-fit_cover {
  -o-object-fit: cover;
     object-fit: cover;
}


html {
  color: #eee;
  padding: 0 30px 30px 30px;
  background-color: ffffff;
}

img {
  height: auto;
  background-color: transparant;
}

img[class] {
  width: 100%;
}


.image {

  width: 100%;
  margin: 0 auto;
}

a {
outline: none;
}