/* Styles... */

body {
  background-color:black;
  text-align:center;
}

img {
  max-width:40%;
  padding-bottom: 1em;
}

.duo img {
  height:500px;
}

.lil {
  height:500px;
}

@media screen and (max-width:900px) {
  img {
    max-width:95%;
  }
}/* Styles... */
