.footer-ss {
    color: black;
    bottom: 0px !important;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 70px;
    background: linear-gradient(#cccccc,ffffff);
}

.img-footer{
    margin-top: 10px;
    padding: 0px;
    background-image: var(--logo-footer);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat; 
    height: 55px;
    width: 100px;
    transition: 0.2s all;
    transform-origin: right bottom;
}

