.specialities-banner {
    background: url(../../assets/img/especialidades/header-especialidades-02.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 550px;
}

.content-70 {
    text-align: center;
    width: 70%;
    margin: 0px auto;
}

.content-40{
    width: 40%;
}

.surveillance-banner {
    background: url(../../assets/img/especialidades/vigilancias-medicas-02.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto 100%;
    width: 100%;
    height: auto;
}

.monitoring-banner {
    background: url(../../assets/img/especialidades/ambulancias-terrestres-completo.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;
    width: 100%;
    height: auto;
}

.other-banner {
    background: url(../../assets/img/especialidades/urgencias-2-02.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 75% auto;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 720px) {
    .content-40{
        width: 90%;
    }

    .surveillance-banner {
        background: url(../../assets/img/especialidades/vigilancias-medicas-02.png) no-repeat left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: auto;
    }

    .monitoring-banner {
        background: url(../../assets/img/especialidades/ambulancias-terrestres-completo.png) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: auto;
    }

    .other-banner {
        background: url(../../assets/img/especialidades/urgencias-2-02.png) no-repeat left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: auto;
    }
}

