html,
body {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: #000;
}

img {
  width: 100%;
  display: block;
}



@media only screen and (min-width: 1000px) {
  body {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
  }
  img {
    width: 100%;
    height: auto;
    object-fit: 100%;
    object-position: center;
  }
  img.rodape{
  width:100%;
  height:auto;
}
}
