.div-watermark-event{
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('/icons/kristins-runde_logo.png');
    background-color: transparent
}
.div-watermark-event-xsmall{
    width: 56px;
    height:42px;
    border-radius:4px;
}
.div-watermark-event-small{
    width: 80px;
    height:60px;
    border-radius:4px;
}
.div-watermark-event-large{   
    height: 120px;
    width: 160px;
    border-radius:10px;
}

.background-watermark-event{
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('/icons/kristins-runde_logo.png');
}