
.guggenheim {
    max-width: 100%;
    margin-bottom: 25px;
}
.guggenheim__ratio-container {
    position: relative;
}
.guggenheim__figure,
.guggenheim__link,
.guggenheim__image {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
    cursor: default;
}

/* Add element level spcificity to prevent interfeerence from ".main figure" from the kirby starterkit, without resorting to !important */
figure.guggenheim__figure {
    position: relative;
    box-sizing: content-box;
    margin-bottom: 0;
}
.guggenheim__figcaption {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.guggenheim__link,
.guggenheim__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.guggenheim__link {
    width:100%;
    border: 0 !important;
}
.guggenheim__image {
    height: auto;
    width: 100%;
}
@media only screen and (max-width:40em){
    .guggenheim__figure {
        width: 100% !important;
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .guggenheim__row {
        padding: 0 !important;
    }
}

.zoom a {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    cursor: -webkit-zoom-in;
}

