.home-cover {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.home-cover .home-cover-img {
  max-width: 100%;
  max-height: 100%;
}
