.shrine-page {
    background: #070707;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.shrine-hero {
    align-items: center;
    background-image: url("../images/artists/Bernadette of Nevers - Virginia Broderick.jpg");
    background-position: center 34%;
    background-size: cover;
    display: flex;
    height: 275px;
    justify-content: center;
    margin: 0;
    position: relative;
}

.shrine-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.86));
    inset: 0;
    position: absolute;
}

.shrine-hero h1 {
    color: #fff;
    
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.shrine-story {
    margin: 0;
    /* padding: 72px 0 88px; */
    position: relative;
    z-index: 1;
}

.shrine-container {
    /* margin: 0 auto; */
    /* max-width: 760px; */
    /* padding: 0 22px; */
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.shrine-kicker {
    color: rgba(255, 255, 255, 0.08);
    
    font-size: 39px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 0.82;
    margin: 0 0 -18px;
    text-align: center;
    text-transform: uppercase;
}

.shrine-container h2 {
    color: #fff;
    font-size: 38px;
    /* font-weight: 900; */
    letter-spacing: 0;
    line-height: normal;
    /* margin: 0 auto 22px; */
    /* max-width: 560px; */
    text-align: center;
    text-transform: uppercase;
}

.shrine-container p {
    color: #fff;
    /*  */
    /* font-size: 14px; */
    line-height: normal;
    margin: 0 auto 19px;
    /* max-width: 665px; */
    text-align: start;
}

.shrine-divider {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 24px 0 20px;
}

.shrine-divider span {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
}

.shrine-divider span::before {
    color: #fff;
    content: "✦";
    font-size: 13px;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.shrine-divider--final {
    margin-top: 34px;
}

.shrine-feature {
    /* margin: 34px auto 29px; */
    /* height: 620px; */
    /* width: auto; */
}

.shrine-feature img {
    display: block;
    height: 100%;
    width: 100%;
    /* height: 600px; */
}

.shrine-feature--poster {
    /* max-width: 610px; */
}

.shrine-side-mark {
    color: rgba(255, 255, 255, 0.32);
    font-size: 54px;
    line-height: 1;
    position: absolute;
    z-index: 0;
}

.shrine-side-mark--left {
    left: 38px;
    top: 32%;
}

.shrine-side-mark--right {
    right: 38px;
    top: 18%;
}

@media (max-width: 991px) {
    .shrine-hero {
        height: 235px;
        margin-top: 82px;
    }

    .shrine-story {
        padding: 48px 0 64px;
    }

    .shrine-kicker {
        font-size: 28px;
        margin-bottom: -12px;
    }

    .shrine-container h2 {
        font-size: 28px;
    }

    .shrine-side-mark,
    .shrine-story::before,
    .shrine-story::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .shrine-container {
        padding: 0 26px;
    }

    .shrine-hero {
        height: 205px;
    }

    .shrine-hero h1 {
        font-size: 28px;
    }

    .shrine-kicker {
        font-size: 22px;
    }

    .shrine-container h2 {
        font-size: 23px;
    }

    .shrine-container p {
        font-size: 13px;
    }
}

.shirne-imgs img {
    width: 100%;
    margin-top: 20px;
}