.NFTCanvas .NFT-EFF-FadeBottom-95 {
    -webkit-mask-image: -webkit-gradient(linear, left 30%, 
    left 95%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
 
.NFTCanvas .NFT-EFF-DropShadow-Wall {
    position: relative;
}

.NFTCanvas .NFT-EFF-DropShadow-Wall::before {
   content: " ";
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   filter: drop-shadow(0px 18px 6px #000000CC);
   -webkit-mask-image: -webkit-gradient(linear, left 30%, left 95%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}   


.NFTCanvas .NFT-EFF-DropShadow-Bottom::after {
   content: " ";
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   filter: drop-shadow(0px 2px 4px #000000CC);
   -webkit-mask-image: -webkit-gradient(linear, left 65%, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
}
