/* Personalization */

.background-container {
    background: url(/dam/ingro/lp/credit-ipotecar/images/credit-ipotecar-20181203.png) no-repeat center top;
    height: 260px;
    border-radius: 0;
    background-position: 72%;
    background-size: 100%;
}

/* Media queries */

@media screen and (max-width: 992px) {
    .background-container {
        background: url(/dam/ingro/lp/credit-ipotecar/images/credit-ipotecar-20181203.png) no-repeat center top;
        background-position-x: -600px;
        background-position: 72%;
    }
}

@media screen and (max-width: 680px) {
    .background-container {
        background: url(/dam/ingro/lp/credit-ipotecar/images/credit-ipotecar-20181203.png) no-repeat center top;
        background-position-x: -700px;
        background-position: 72%;
    }
}

@media screen and (max-width: 540px) {
    .background-container {
        background: url(/dam/ingro/lp/credit-ipotecar/images/credit-ipotecar-20181203.png) no-repeat center top;
        background-position-x: -800px;
        background-position: 72%;
    }
}
@media screen and (max-width: 440px) {
    .background-container {
        background: url(/dam/ingro/lp/credit-ipotecar/images/credit-ipotecar-20181203.png) no-repeat center top;
        background-position-x: -900px;
        background-position: 72%;
    }
}
