.block_1_wr:hover .adv-info > a, .branding-banner:hover .adv-info > a {
    display: flex;
}

.branding-banner .adv-alignment {
    width: 1200px;
    display: flex;
    height: 100%;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.adv-info {
    z-index: 10;
    position: absolute;
    right: 8px;
    top: 8px;
    text-align: left;
    padding-top: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.block_1_wr {
    margin-bottom: 20px !important;
    padding: 0 !important;
    overflow: inherit !important;
}
.block_1_wr .rlink, .branding-banner .rlink {
    left: 8px !important;
    bottom: 14px !important;
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    line-height: 25px;
}

.branding-banner .rlink {
    z-index: 10;
    position: absolute;
    text-decoration: none;
}

.block_1_wr .rlink:hover {
    text-decoration: none !important;
}
.adv-info > a {
    display: none;
    cursor: pointer;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.adv-info > a > span {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.adv-info > a > span:nth-child(1),.adv-info > a > span:nth-child(2) {
    margin-right: 3.5px;
}

.adv-info .adv-info-menu {
    display: none;
    font-size: 14px;
    border-radius: 4px;
    position: absolute;
    background-color: #fff;
    right: 0;
}
.adv-info:hover .adv-info-menu {
    display: block;
}
.adv-info .adv-info-menu ul {
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
    padding: 10px 15px;
    margin: 0;
}
.adv-info .adv-info-menu ul li {
    list-style: none;
}
.adv-info .adv-info-menu ul li b {
    font-weight: bold;
}

.adv-info a {
    text-decoration: none;
    color: #8d8d8d;
    cursor: pointer;
}

.adv-info a.pe-7s-more:before {
    content:"\e632";
    color: #fff;
    background-color: #fff;
}

@media (max-width: 1279px) {
    .adv-info a {
        display: flex;
    }

    .branding-banner .adv-alignment {
        width: auto;
    }
}