I need to adjust the width of the Bootstrap container to be responsive on all devices, especially maximizing the width on larger screens. Can anyone provide guidance on how to achieve this? Thank you in advance.
To view my website, please follow this link:
CSS
.container.home-container {
max-width:1476px;
}
HTML View
<div class="container home-container">
<div class="rounded">
<video class="video" autoplay="" loop="" muted="">
<source src="https://urbanhomesrental.com/castle-theme-
assets/video/video-slider.mp4" type="video/mp4">
</video>
</div>
</div>