/* our-global-network.css */
/* requires layout-basic.css */

div.main::before {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%), url(../images/our-global-network.svg), #000;
    background-attachment: fixed;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

div.main section figure {
    border-top: 2px dashed #aaa;
    margin: 20px 0px 20px 0px;
    padding-top: 20px;
    width: 100%;
}
div.main section figure img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto 50px auto;
}
div.main section figcaption {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}
