.div-watermark-event{
    background-size: 100% auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-image: url('laagendalspostenlogo.jpg');
    /*background-color: rgba(255, 255, 255, 0.75);*/
}
.div-watermark-event-xsmall{
    min-height: 24px;
    width: 40px;
    border-radius:2px;
}
.div-watermark-event-small{
    min-height: 36px;
    width: 60px;
    border-radius:2px;
}
.div-watermark-event-large{   
    min-height: 60px;
    width: 200px;
    border-radius:2px;
}

/* For RDIV and EDIV */
.background-watermark-event{
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('laagendalspostenlogo.jpg');
}
