Hello @reisprins,
Please, crop your image to the size that can be viewed on the browsers window without scrolling it down.
Recommended way to achieve the effect is to actually crop your image to the required size.
You can also add below given CSS by going to Admin Panel > Appearance > Customize > Additiional CSS
.featured-image {
text-align: center;
}
.featured-image a {
display: inline-block;
}
.featured-image img {
height: auto;
max-width: 50%;
}
Hope this helps.
Regards!!