body {
    display: block;
    position: relative;    
}
body:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;       
    /* The background image */
    background-image: url("/lejogskaw/gallery/images/images/20170818_073652_18.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 500px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: 0 30px;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
    opacity: 0.15;
}
div.text-column {
    padding-right: 40%;
    /*
    font-size:1.2em;
    */
}
div.container-fluid {
    padding: 20px 50px;
}
div.container-fluid h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #0c97b1;
    font-weight: 600;
}
figure {
    width: 422px;
    background-color: #ffffff;
    float: right;
    /*
    margin-right: -67%;
    */
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    font-size:1.2em;
    max-width:100%;
}
.year:nth-of-type(odd) figure {
    transform: rotate(1deg);
}
.year:nth-of-type(even) figure {
    transform: rotate(-1deg);
}
figure.p {
    width:322px;
    /*
    margin-right: -60%;
    */
}
figure img {
    max-width:100%;
}
figurecaption {
    caption-side: bottom;
    color:#000000;
}
figurecaption p {
    margin:5px 0 0 0;
    font-size:0.6em;
    font-weight:bold;
    line-height: 120%;
}
ul.page-breadcrumbs {
    font-size:1em;
    margin:0 0 1em 0;
    padding:0;
}
ul.page-breadcrumbs > li {
    margin:0;
    list-style: none;
    display: inline;
}
ul.page-breadcrumbs > li a {
    margin:0 5px;
}
ul.page-breadcrumbs > li:after {
    content: "|";
    margin: 0 4px 0 8px;
}
ul.page-breadcrumbs > li:last-child:after {
    content: "";
    margin: 0;
}

@media screen and (max-width: 1200px) {
    div.text-column {
        padding-right: 0;
    }
   figure {
        margin: 10px 0 10px 10px;
        font-size:1.3em;
    }
}

@media screen and (max-width: 800px) {
   div.text-column {
        font-size:1em;
        padding-right: 0;
    }
    figure {
        float: none;
        margin: 20px auto;
        transform: none !important;
        max-width: 100%;
        font-size:1.3em;
    }
    figure.p {
        margin: 20px auto;
    }
    figure img {
        max-width: 100%;
    }
}
