.banner {
  width: 100%;
  height: 600px;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
