<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* our-network.css */
/* requires layout-side-by-side.css */

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

div.main section h4 {
    font-size: 20px;
}

div.main section#fibre::before {
    background: url(../images/fibre.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#ufb-gpon-tails::before {
    background: url(../images/ufb-gpon-tails.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#four-g::before {
    background: url(../images/four-g.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#private-networks::before {
    background: url(../images/wide-area-networking.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#bgp-customers::before {
    background: url(../images/bgp-customers.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#peering::before {
    background: url(../images/peering.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
</pre></body></html>