/* 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#nbn-tails::before {
    background: url(../images/nbn-tails.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#adsl-vdsl-shdsl::before {
    background: url(../images/adsl-vdsl-shdsl.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;
}
