.top-header .row {
    position: relative;
}

.top-header .row:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    z-index: 0;
    width: 50px;
    height: 31px;
    background-image: url('/themes/sokolow/css/templates/images/easter.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 20px;
}


@media (max-width: 767px) {
    .top-header .row:before {
        left: 0;
    }
}