.saleBadge {
    position: absolute;
    top: 0;
    right: 0;
    width: 71px !important;
    height: 66px !important;
}

.hero .hero-intro-wrap .hero-intro h1 {
    margin-left: 40px;
    margin-right: 40px;
}

.hero .container {
    top: 53%;
}

/*!* Medium devices (tablets, 768px and up) *!*/
@media (min-width: 768px) {
    .saleBadge {
        width: 87px !important;
        height: 80px !important;
    }
}

/*!* Large devices (desktops, 992px and up) *!*/
@media (min-width: 992px) {
    .saleBadge {
        width: 174px !important;
        height: 161px !important;
        min-height: unset !important;
    }
}