.artistMapBanner {
    background-position: top center;
}

.artistMapBanner:before {
    padding-top: 68%;
}

@media (min-width: 768px) {
    .artistMapBanner:before {
        padding-top: calc( (133 / 295) * 100% );
    } 
}

.artistMapIntro {
    z-index: 1;
}

@media (min-width: 768px) {
    .artistMapIntro {
        top: -17.2em;
        margin-bottom: -15.2em;
    }   
}

.artistMapIntro__container {
    padding: 3% 4%;
}

.artistMapIntro__subtitle {
    margin-bottom: 3.9%;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .artistMapIntro__subtitle {
        margin-bottom: 1.9%;
        font-size: 1.125em;
    }
}

.artistMapIntro__text {
     
}

@media (max-width: 767px) {
    .artistMapIntro__text {
        font-size: 0.875em;
        line-height: 1.5;
    }
}


.artistInterview__div {
    padding: 3% 4%;
}

@media (min-width: 768px) {
    .artistInterview__div {
        width: 61.45%;
        margin: 0 auto;
        padding: 1% 0;
    }
}

.artistInterview__content p {
    margin-bottom: 1.5em;
    font-size: 0.875em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .artistInterview__content p {
        font-size: 1.125em;
        line-height: 1.556;
    }
}



.artistInterview__div2col {
    padding: 7% 4%;
}

.artistInterview__img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 14%;
    text-align: center;
}

@media (min-width: 768px) {
    .artistInterview__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47%;
                flex: 0 0 47%;
        margin-bottom: 0;
    }
}

.artistInterview__img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.artistInterview__img-itemlink {
    position: absolute;
    bottom: 5%;
    left: 61%;
    width: 6.4%;
}

@media (min-width: 768px) {
    .artistInterview__img-itemlink {
        bottom: 14%;
        left: 61%;
    }
}

.artistInterview__img-itemlink img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .artistInterview__div2col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70%;
        margin: 0 auto;
        padding: 1% 0; 
    }

    .artistInterview__div2col .artistInterview__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 6% 0 2%;
    }
}

.artistInterview__cta {
    display: inline-block;
    border: 3px solid #000000;
    margin-top: 5.5%;
    padding: 2.7% 3%;
    width: 46.5%;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.artistInterview__cta:hover{
    color: #000000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .artistInterview__cta {
        margin-top: 3.5%;
        padding: 1.6% 3%;
        width: 27.5%;
    }
}


.artistInterview__alignself-middle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

@media (min-width: 768px) {
    .artistInterview__div2col--reverse > div:first-of-type {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .artistInterview__div2col--reverse > div:last-of-type {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .artistInterview__div2col--reverse > div:first-of-type + .artistInterview__content {
        padding: 0 3% 0 6%;
    }
}

.artistInterview__quote {
    margin-bottom: 22%;
    text-align: center;
}

@media (min-width: 768px) {
    .artistInterview__quote {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42.4%;
                flex: 0 0 42.4%;
        margin-bottom: 0;
        text-align: left;
    }
}

.artistInterview__quote-text {
    position: relative;
    font-size: 1.125em;
    line-height: 1.389;
    font-weight: 600;
}

@media (min-width: 768px) {
    .artistInterview__quote-text {
        font-size: 1.875em;
        line-height: 1.733;
    }
}

.artistInterview__quote-icon {
    display: block;
    width: 8%;
    margin: 1% auto;
}

.artistInterview__quote-icon img {
    width: 100%;
    height: auto;
}

.artistInterview__quote-open {

}

.artistInterview__quote-close {

}

@media (min-width: 768px) {
    .artistInterview__quote-icon {
        display: inline-block;
        width: 9%;
        margin: 0;
    }

    .artistInterview__quote-open {
        margin-right: 4%;
    }
    
    .artistInterview__quote-close {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.artistInterview__quote-name {
    margin-top: 5%;
    font-size: 1.125em;
    line-height: 1.389;
}

@media (min-width: 768px) {
    .artistInterview__quote-name {
        margin-top: 5%;
        font-size: 1.375em;
        font-weight: 600;
        line-height: 1.864;
    }
}



.artistInterview__imgCol img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .artistInterview__imgCol {
        width: 70%;
        margin: 0 auto;
        padding: 1% 0; 
    }
}