.div-watermark-lol{
    background-size: auto 90%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*background-image: url('../../../../icons/LoLLIVE_transparent.png');*/
    background-color: rgba(255, 255, 255, 0.75);
    border-radius:4px;

    display:flex;
    flex-direction:row;
    justify-content:center;
}
.div-watermark-lol-xsmall{
    /*Use if image */
    /*height:16px;
    width: 112px; */
    /* Use if text only */
    height:auto;
    width:auto; 
    
    font-size:9px;
    font-weight:bold;
    font-family:Verdana;
    color:black;  
}
.div-watermark-lol-small{
    /*Use if image */
    /*height:16px;
    width: 112px; */
    /* Use if text only */
    height:auto;
    width:auto; 
    
    font-size:9px;
    font-weight:bold;
    font-family:Verdana;
    color:black;  
}
.div-watermark-lol-large{
    /*Use if image */   
    /*height: 18px;
    width: 126px; */
    /* Use if text only */
    height:auto;
    width:auto; 
    
    font-size:11px;
    font-weight:bold;
    color:black;    
}

.wrap-watermark-textbox{
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-top:2px;
    margin-bottom:2px;
}

.watermark-textbox{
    height:auto;
    margin-left:4px;
    margin-right:4px;
}

.watermark-textcolor-1{
    color:#376092;
}

.watermark-textcolor-2{
    /*color:#c00000;
    color: green;
    color: #73AC00;
    color: #639886;*/
    color: #A40000
}