
/*this is temporary fix and is planned to move to atomic*/
.nba-loader-mask {
    min-height: 400px;
    position:relative
}

.nba-loader-mask:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #D3D3D3;
    background-size: 200% 200%;
}
