I want to have a container on my page which will be 100% width and resize with the browser window but all width options seem to be disabled and restricted to 960px. I want the <div class="w-container home-container">
(the div with the image background) )to fill the browser window horizontally
<body>
<header class="header">
<div class="w-nav global-nav" data-collapse="medium" data-animation="default" data-duration="400" data-contain="1">
<div class="w-container">
<a class="w-nav-brand" href="#">
<div class="brand-name">mysite</div>
</a>
<nav class="w-nav-menu" role="navigation"><a class="w-nav-link nav-link" href="#">Home</a><a class="w-nav-link nav-link" href="#">About</a><a class="w-nav-link nav-link" href="#">Contact</a>
</nav>
<div class="w-nav-button">
<div class="w-icon-nav-menu"></div>
</div>
</div>
</div>
</header>
<div class="w-container home-container">
<div class="hero-heading">We deliver irresistible content strategies
<br> that help B2B software companies succeed</div>
<div class="w-row">
<div class="w-col w-col-4 home-column">
<div class="transparent-panel">
<div class="w-embed circle-icon"><span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-search fa-stack-1x fa-inverse"></i>
</span>
</div>
<h1>Generate more leads and sales</h1>
<div class="home-column">To sell more software, you need to provide the right content, to the right audience, in the right format, at the right time, through the right channel. Our ContentElevator™ content marketing package makes it happen.</div>
</div>
</div>
<div class="w-col w-col-4">
<div class="transparent-panel">
<div class="w-embed circle-icon"><span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-search fa-stack-1x fa-inverse"></i>
</span>
</div>
<h1>Increase the value of existing customers</h1>
<div class="home-column">New business is always good. But new business from customers you already have can be the best of all – because the acquisition cost is lower. Our AccountBuilder™ key account marketing package helps you increase your share of wallet within your most important existing accounts.</div>
</div>
</div>
<div class="w-col w-col-4">
<div class="transparent-panel">
<div class="w-embed circle-icon"><span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-search fa-stack-1x fa-inverse"></i>
</span>
</div>
<h1>Position a new product, service or solution</h1>
<div class="home-column">Where does your product fit within your market? What is its value proposition? And how should you communicate the benefits? Our CoreContent™positioning and messaging package helps you answer these questions and ensure your audience understands, believes and likes what your marketing tells them.</div>
</div>
</div>
</div>
</div>
<div class="mid-section">
<div class="w-row">
<div class="w-col w-col-6">
<h2>Not sure where your content is headed? Let us give you a roadmap</h2>
</div>
<div class="w-col w-col-6"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg">
</div>
</div>
</div>
<div class="mid-section">
<div class="w-row mid-section2">
<div class="w-col w-col-6">
<h2>About Us</h2>
</div>
<div class="w-col w-col-6"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg"><img src="https://d3e54v103j8qbb.cloudfront.net/img/image-placeholder.svg" alt="image-placeholder.svg">
</div>
</div>
</div>
</body>