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

/* <h1>Telecommunications</h1> is too big for smaller mobile displays */
@media (max-width: 360px) {
    h1 {
	font-size: 30px;
	line-height: 40px;
    }
}

div.main section#wide-area-networking::before {
    background: url(../images/wide-area-networking.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#internet-transit::before {
    background: url(../images/internet-transit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.main section#voice-over-ip::before {
    background: url(../images/voice-over-ip.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
