/* superior-services.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/superior-services.svg), #000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

div.main section#our-global-network::before {
    background: url(../images/network-map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.main section#last-mile-diverse-service-aggregation::before {
    background: url(../images/last-mile-diverse-service-aggregation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.main section#diverse-managed-services::before {
    background: url(../images/diverse-managed-services.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.main section#the-moving-market::before {
    background: url(../images/the-moving-market.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}