Alt Text Alt Text

Ireland is always in season

The thrills of a street festival, the incredible culture of bustling cities, the warm welcome of friendly locals: no matter the season, Ireland is ready for you

<header class="hero-video" data-module="heroVideo" data-preload="true">
    {{#if background.video}}
    <div class="hero-video__cinegraph-video-container js-cinegraph-container" data-video="{{jsonSerializer background.video}}">
        <video class="hero-video__cinegraph-video js-cinegraph" autoplay loop muted preload playsinline>
        </video>
    </div>
    {{/if}}
    {{> @cp-medium-image background.responsiveImage}}
    <div class="hero-video__content grid-container">
        <div class="grid-x grid-padding-x">
                <div class="cell medium-12 large-7 hero-video__open-modal-button-container">
                    {{#if fullVideo}}<a href="#" class="hero-video__open-modal-button js-open-modal"></a>{{/if}}
                </div>
            <div class="cell medium-offset-4 medium-8 large-offset-0 large-4">
                <div class="hero-video__text-container">
                    <h1 class="hero-video__title">{{title}}</h1>
                    <p class="hero-video__lead">{{subtitle}}</p>
                </div>
                {{> @cp-hero-like-button likeButton}}
            </div>
        </div>
    </div>
    <div class="hero-video__sidebar"></div>
    {{> @cp-video-modal}}
</header>