﻿.watermark {
    /*    position: fixed;*/
    /*    bottom: 5px;*/
    /*    right: 5px;*/
    /*    opacity: 0.5;*/
    /*    z-index: 99;*/
    /*    color: white;*/
    /*    user-select: none;*/
}


.watermark-content {
    position: absolute;
    color: #cccccc;
    width: 100%;
    height: 65%;
    padding-top: 105px;
    opacity: 0.3;
}

.watermark-content-sm {
    position: absolute;
    color: #e3e3e3;
    width: 100%;
    height: 65%;
    opacity: 0.7;
    padding-top: 80px;
}

.watermark-content-sm-aboutus {
    position: absolute;
    color: #e3e3e3;
    width: 100%;
    height: 65%;
    opacity: 0.2;
    padding-top: 150px;
}
