sitzstreiker Hi. This second image is simply 300px width while a space for it is over 500px. If You wish to overresize it to fit 100% try use this code:
.img-fluid {
height: auto;
width: 100%;
max-width: none;
}
but to be honest I would not recommend that. I would have used a bigger image and let it be scaled by site.