/* BEGIN: Black Friday */
.shortpixel-hs-blind {
    position: fixed;
    bottom: 4px;
    right: 0;
    z-index: 20003;
    background-color: white;
    width: 102px;
    height: 188px;
    border-radius: 20px 0 0 20px;
    text-align: center;
}
.shortpixel-hs-blind.banner-blackfriday {
    top: 55px;
    background-color: black;
    width: 140px;
    height: 290px;
    text-align: center;
}
.shortpixel-hs-blind.banner-blackfriday.banner-blackfriday-retracted {
    right: -120px;
    transition:right 1s linear;
}
.shortpixel-hs-blind.banner-blackfriday.banner-blackfriday-retracted:hover {
    right: 0px;
    transition:right .5s linear;
}
/* END: Black Friday */