Bands

Group components on full width landing pages

Landing pages are made up of several bands that provide a snapshot into further information. For example a Latest news band with the latest 3 news items.

<div class="health-band">
    <div class="health-band__container">
        <div class="row">
            <div class="col-xs-12">
                <h2>Your stories</h2>
            </div>
        </div>
        <div class="row standard-gap">
            <div class="col-sm-4">
                <div class="health-video">
                    <div class="health-video__preview">

                        <div class="image--link image--border">
                            <a href="#">
                                <div class="image-outer">
                                    <div class="image-placeholder" style="max-width: 800px;">
                                        <div style="padding-top: 56.25%;"></div>
                                    </div>
                                    <div class="image-wrapper image-loading">
                                        <div class="image">
                                            <img width="800" height="450" data-src="../../images/trex_16x9.jpg">
                                        </div>
                                    </div>
                                </div>

                            </a>
                        </div>
                        <div class="health-video__preview__length health-video__preview__length--small">
                            <span class="svg-inline--fa">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z" />
                                </svg>
                            </span>
                            3:35
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-sm-4">
                <div class="health-video">
                    <div class="health-video__preview">

                        <div class="image--link image--border">
                            <a href="#">
                                <div class="image-outer">
                                    <div class="image-placeholder" style="max-width: 800px;">
                                        <div style="padding-top: 56.25%;"></div>
                                    </div>
                                    <div class="image-wrapper image-loading">
                                        <div class="image">
                                            <img width="800" height="450" data-src="../../images/trex_16x9.jpg">
                                        </div>
                                    </div>
                                </div>

                            </a>
                        </div>
                        <div class="health-video__preview__length health-video__preview__length--small">
                            <span class="svg-inline--fa">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z" />
                                </svg>
                            </span>
                            3:35
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-sm-4">
                <div class="health-video">
                    <div class="health-video__preview">

                        <div class="image--link image--border">
                            <a href="#">
                                <div class="image-outer">
                                    <div class="image-placeholder" style="max-width: 800px;">
                                        <div style="padding-top: 56.25%;"></div>
                                    </div>
                                    <div class="image-wrapper image-loading">
                                        <div class="image">
                                            <img width="800" height="450" data-src="../../images/trex_16x9.jpg">
                                        </div>
                                    </div>
                                </div>

                            </a>
                        </div>
                        <div class="health-video__preview__length health-video__preview__length--small">
                            <span class="svg-inline--fa">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z" />
                                </svg>
                            </span>
                            3:35
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="row standard-gap">
            <div class="col-xs-12 text--align-right">
                <a href="#" class="au-cta-link">View more videos</a>
            </div>
        </div>
    </div>
</div>