.at-pHeader--margin {
    margin-bottom: 2.5em;
}

/* Slideshow container */
.at-pHeader__slides {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.at-pHeader__slide {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 40vh;
    overflow: hidden;
    transition: opacity 2s;
}

.at-pHeader__slide--xtrHeigh {
    max-height: 60vh;
}

.at-pHeader__slide:first-child {
    position: relative;
}

.has-js .js-lazy {
    display: none;
}

.at-pHeader__image {
    display: block;
    width: 100%;
}

/* Hide the images by default */
.has-js .at-pHeader__slide--hidden {
    opacity: 0;
}

.has-js .at-pHeader__slide--show {
    opacity: 1;
}

.at-pHeader__title {
    position: absolute;
    left: 48px;
    bottom: 1em;
    width: 65%;
    max-width: 820px;
    margin: auto;
    font-family: 'pt-serif-italic', serif;
    color: #fff;
    text-shadow: 0 1px 3px #000;
}
