[id=_logo] {
    width: 110px;
    height: auto;
}

[id=_cristina] .container {
    background: no-repeat right bottom;
    background-image: url(../img/bg-cristina_ferreira.jpg);
    -webkit-background-size: 200px;
    background-size: 200px;
    min-height: 200px;
    background-position-x: 115%;
}

[id=_map] {
    background: no-repeat center center;
    background-image: url(../img/bg-map.png);
    -webkit-background-size: 750px 750px;
    background-size: 750px 750px;
}

[id=_advantages] td:hover h5 { display: none; }
[id=_advantages] td:hover svg,
[id=_advantages] article.active svg { fill: #ffffff; }
[id=_advantages] td p,
[id=_advantages] article p { display: none; }
[id=_advantages] td:hover h5 + p,
[id=_advantages] article.active p { display: block; }
[id=_advantages] article.active { border-bottom: 0; }

/* Breakpoint MD */
@media (min-width: 768px)
{
    [id=_logo] {
        width: 125px;
    }

    [id=_hero] {
        background: no-repeat center top;
        background-image: url(../img/bg-hero-md.jpg);
        min-height: 500px;
    }

    [id=_callme] {
        background: no-repeat left center;
        background-image: url(../img/bg-shapes.png);
        min-height: 680px;
    }

    [id=_cristina] .container {
        -webkit-background-size: 350px;
        background-size: 350px;
        min-height: 350px;
        background-position-x: 100%;
    }

    [id=_prizes] {
        background: no-repeat right bottom;
        background-image: url(../img/bg-hand_with_card.jpg);
        min-height: 420px;
        background-size: 500px;
        background-position-x: 130%;
    }


}

/* Breakpoint LG */
@media (min-width: 992px)
{
    [id=_prizes] {
        min-height: 550px;
        background-position-x: right;
        background-size: auto;
    }
}
