<div class="my-2 text-center">
<div class="image-wide">
<img style="min-width: 800px;" src="~/images/main.svg" alt="" />
</div>
</div>
<style>
.image-wide {
padding-bottom: 1rem;
overflow-x: scroll;
}
.image-wide>img {
max-width: 100%;
height: auto;
}
</style>