#last-special-offer {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

#last-special-offer #special-offer-lg {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 600px
}

@media (min-width: 992px) {
    #last-special-offer #special-offer-lg {
        width: 800px
    }
}

#last-special-offer #special-offer-lg .inner {
    align-items: flex-start;
    background: url(/assets/images/na-discount-popup.png) 0 0/auto no-repeat transparent;
    display: flex;
    flex-wrap: wrap;
    height: 700px;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 120px
}

@supports (background-image:url("/assets/images/na-discount-popup.webp")) {
    #last-special-offer #special-offer-lg .inner {
        background-image: url(/assets/images/na-discount-popup.webp)
    }
}

#last-special-offer #special-offer-lg .inner img {
    cursor: pointer;
    position: absolute;
    transition: all .2s ease-in-out
}

#last-special-offer #special-offer-lg .inner img.hover-on {
    transform: rotate(0deg) scale(1) !important;
    z-index: 1000 !important
}

#last-special-offer #special-offer-lg .inner img:first-of-type {
    left: 300px;
    padding-top: 20px;
    transform: rotate(-30deg) scale(.75)
}

#last-special-offer #special-offer-lg .inner img:nth-of-type(2) {
    left: 390px;
    padding-top: 10px;
    transform: rotate(-10deg) scale(.75)
}

#last-special-offer #special-offer-lg .inner img:nth-of-type(3) {
    left: 480px;
    transform: rotate(10deg) scale(.75)
}

#last-special-offer #special-offer-lg .inner img:nth-of-type(4) {
    left: 560px;
    padding-top: 10px;
    transform: rotate(30deg) scale(.75)
}