.container .containerBg{
    background: url(/imagenes/healthandbeauty/loccitane-countdown/banner_OK_countdown.jpg) center no-repeat;
    height: 168px;
    position:relative;
}

.counter{
    position: absolute;
    color: #fff;
    right: -7px;
    top: 86px;
    font-size: 1.5em;
    width: 50%;
    text-indent: 96px;
}

@media screen and (max-width: 768px){
    .container .containerBg{
        background: url(/imagenes/healthandbeauty/loccitane-countdown/banner_mobile_OK_countdown.jpg) center no-repeat;
    }
    .counter{
        top: 106px;
        width: 50%;
        text-indent: -29px;
    }
}

@media screen and (max-width: 410px){
    .container .containerBg{
        background-size: 110% auto;
    }

}