.div-watermark-event{
    background-size: 80% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../../../../icons/BB_logo_menu.png');
    background-color: rgba(255, 255, 255, 1);
}
.div-watermark-event-xsmall{
    width: 48px;
    width: 36px;
    height:36px;
    border-radius:4px;
}
.div-watermark-event-small{
    width: 72px;
    width: 54px;
    height:54px;
    border-radius:4px;
}
.div-watermark-event-large{   
    width: 120px;
    width: 90px;
    height: 90px;
    border-radius:10px;
}

.background-watermark-event{
    background-size: 80% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../../../../icons/BB_logo.png');
    background-color:#FFF;
}

/* Parent is defined in LoL-tracking.css
.info-div-watermark{
}
*/