.sticky {
    position: fixed !important;
    position: relative;
    top: 0;
    width: 100%;
    display: contents;
    background-image: url("../images/logo/sticky_logo1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    border: 1px solid LightGray;
    background-color: #fafafa;
    /*#fdf7fb;*/
    /*LightGray;*/
    /* padding: 40px 0px 0px 0px; */
    width: 200px;
    z-index: 999;
}

@media only screen and (min-width: 960px) {
    .sticky {
        position: fixed !important;
        position: relative;
        top: 0;
        width: 100%;
        display: contents;
        background-image: url("../images/logo/sticky_logo.png");
        background-repeat: no-repeat;
        background-size: auto 50px;
        background-position: center top;
        border: 1px solid LightGray;
        background-color: #fdf7fb;
        /*LightGray;*/
        padding: 0px 0px 0px 0px;
        width: 200px;
        z-index: 999;
    }