

   
    .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 1000px;
        background-image: url(/assets/studentvip/UT-bg-map.png);
         background-repeat: no-repeat;
    background-color: rgba(256,256,256, 0.85);
    background-blend-mode: lighten;
    background-size: cover;
    }