.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-150px;
    top:500px;
    width:210px;
    z-index: 1100;
}
