#share-coupon-small.right {
    background-position: 4px 4px;
    border: 0 solid #FFF!important;
    border-radius: 5px 5px 0 0;
    box-shadow: -2px 0 2px rgb(0 0 0 / 20%);
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0;
    width: 160px;
    padding: 0 20px 35px 0;
    position: fixed;
    right: -70px;
    transform: rotate(
270deg
);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(
270deg
);
    -moz-transform: rotate(270deg);
    white-space: nowrap;
    z-index: 10000;
    display: block;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#share-coupon-small.right {
    z-index: 100!important;
}
#share-coupon-small {
    top: 50%;
}
.share-coupon-small-body {
    position: relative;
}
.share-coupon-small-body {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 129px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 57%);
    margin: 16px auto 20px!important;
}
.right .dashes-d {
    border: 2px dashed rgba(0, 0, 0, 0.4);
    height: 47px;
    left: -10px;
    position: absolute;
    top: -11px;
    width: 166px;
}
.right .dashes-b {
    border: 2px dashed rgba(255, 255, 255, 0.1);
    height: 47px;
    left: -12px;
    position: absolute;
    top: -13px;
    width: 166px;
}
.share-coupon-small-wrapper {
    height: 50px;
    left: -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 180px;
    font-size:13px;
}
.stickky-ebola {
    position: sticky;
    top: 0;
    z-index: 99;
}