.t967__additionalwrapper {
    position: relative;
}

@media screen and (min-width: 981px) {
    .uc-header__RatingBadgeWidget {
        display: block !important;
        position: absolute;
        top: 14px;
        left: -180px;
        width: 150px;
        height: 50px;
        background-size: 100%;
        background-position: center;
    }
}

.uc-header-mobile .uc-header__RatingBadgeWidget {
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 60px;
    width: 150px;
    height: 50px;
    background-size: 100%;
    background-position: center;
}