.drop-hover{
    opacity:0.8;
    -ms-transform: scale(1.2,1.2);; /* IE 9 */
    -webkit-transform: scale(1.2,1.2);; /* Chrome, Safari, Opera */
    transform: scale(1.2,1.2);
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in; 
}

.trashbinWrapper{   
    position: relative;
    width: 100%;
    height: 135px;
    margin:0 auto;
    margin-top:5%;
}

#trashbin{
    position: relative;
    width:140px;
    height:135px;
    margin: 0 auto;
    z-index: 2;
    background-image: url("../../contentdata/pics/trashbin.png");
}

.red{
    background-image: url("../../contentdata/pics/trashbin_red.png")!important;
}

.green{
    background-image: url("../../contentdata/pics/trashbin_green.png")!important;
}

.filled{
    background-image: url("../../contentdata/pics/trashbin_filled.png")!important;
}