.l-layout--No {
    padding-top: 0;
}

@media screen and (min-width: 500px) {
    .l-layout--No {
        padding-bottom: 0;
    }
}

.at-imageIntro__highlights {
    margin: 0;
    padding: 0;
    list-style: none;
}

.at-imageIntro__highlight {
    position: relative;
    padding-right: 10px;
    padding-left: 24px;
    font-size: var(--size-small);
}

.at-imageIntro__highlight--noIcon::before,
.at-imageIntro__highlightIcon {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
}

.at-imageIntro__highlight--noIcon::before {
    content: '\2713';
    font-family: var(--fam-icons);
    color: var(--green-600);
}

.at-imageIntro__highlightIcon svg {
    fill: currentColor;
    margin-top: 2px;
    width: auto;
    height: 16px;
}

.at-imageIntro__title {
    font-size: var(--size-large);
}

.at-imageIntro__intro p {
    margin-bottom: 1em;
}

.at-imageIntro__highlights + .at-imageIntro__button {
    margin-top: 1em;
}

.at-imageIntro__pictureFrame {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.at-imageIntro__browserWindow {
    position: relative;
    padding-top: 3.6%;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background: #fdfdfd;
}

.at-imageIntro__browserWindow::before {
    position: absolute;
    content: '';
    top: 0;
    left: 1%;
    width: 5.4%;
    height: 0;
    padding-bottom: 3.5%;
    background: radial-gradient(ellipse at center, #dedede 0, #dedede 30%, transparent 0);
    background-repeat: repeat-x;
    background-position: 0;
    background-size: 33% 50%;
}

.at-imageIntro__image,
.at-imageIntro__imageInset {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.at-imageIntro__image--inset {
    padding: 1.5% 10.2273%;
}

.at-imageIntro__image--top {
    padding-top: 9%;
}

.at-imageIntro__image--bottom {
    padding-bottom: 9%;
}

.at-imageIntro__rounded {
    border-radius: 5px;
}

.at-imageIntro__shadow {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.at-imageIntro__imageSizer {
    position: relative;
    height: 0;
    width: 100%;
    background: url(/ui/procurios-2019/img/loading.svg) no-repeat center;
    background-size: 50px 50px;
}

.at-imageIntro__imageSizer .at-imageIntro__image,
.at-imageIntro__imageSizer .at-imageIntro__imageInset {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 500px) {
    .at-imageIntro__highlights {
        display: flex;
        flex-wrap: wrap;
    }

    .at-imageIntro__highlight {
        width: 50%;
    }

    .at-imageIntro__highlights--longList .at-imageIntro__highlight {
        width: 100%;
    }
}

@media screen and (min-width: 720px) {
    .at-imageIntro__content {
        position: relative;
        z-index: 1;
    }

    .at-imageIntro__title {
        font-size: var(--size-h-large);
    }

    .at-imageIntro__highlight {
        width: 100%;
    }

    .at-imageIntro__imageContainer {
        width: 75%;
        margin: 0 calc(-8.3334% + 10px) 0 -10px;
    }

    .at-imageIntro__imageContainer--left {
        order: -1;
        margin-right: -10px;
        margin-left: calc(-8.3334% + 10px);
    }
}

@media screen and (min-width: 1260px) {
    .at-imageIntro__highlight {
        width: 50%;
    }

    .at-imageIntro__highlights--longList .at-imageIntro__highlight {
        width: 100%;
    }
}

@media screen and (min-width: 1560px) {
    .at-imageIntro--huge .at-imageIntro__imageContainer {
        margin-right: -190px;
        width: 980px;
    }

    .at-imageIntro--huge .at-imageIntro__imageContainer--left {
        margin-right: 0;
        margin-left: -190px;
    }
}

@media screen and (min-width: 1700px) {
    .at-imageIntro--huge .at-imageIntro__imageContainer {
        margin-right: -264px;
        width: 1080px;
        margin-left: -16px;
    }

    .at-imageIntro--huge .at-imageIntro__imageContainer--left {
        margin-right: -16px;
        margin-left: -264px;
    }
}

/**
 * Overlay image
 */

.at-imageIntro__overlay {
    position: absolute;
    z-index: 1;
}

.at-imageIntro__overlay--vtop {
    top: 0;
}

.at-imageIntro__overlay--hright {
    right: 0;
}

.at-imageIntro__overlay--vbottom {
    bottom: 0;
}

.at-imageIntro__overlay--hleft {
    left: 0;
}

.at-imageIntro__overlayImage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 720px) {
    .at-imageIntro__overlay--vtop {
        top: 2%;
    }

    .at-imageIntro__overlay--hright {
        right: 2%;
    }

    .at-imageIntro__overlay--vbottom {
        bottom: 2%;
    }

    .at-imageIntro__overlay--hleft {
        left: 2%;
    }
}
