#kpiPage #kpi-cont {
    width: 100%;
    height: 100%;
    background-image: url('/images/neom/1.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #414042;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

#kpiPage .maincontainer {
    height: 100vh;
}

#kpiPage .newcontainer {
    height: 100%;
}
