picture {
  display: block; /* Ensures no extra spacing */
  width: 100%; /* Ensures it fills the container */
}

picture img {
  width: 100%;
  height: auto; /* Keeps aspect ratio */
  display: block;
}