.on_banner_div {
    display: inline-block;
    width: 100%;
    position: relative;
}
.on_banner_code {
    position: absolute;
    padding: 5px 15px;
    color: #000000;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    left: 0;
    bottom: 0;
    white-space: nowrap;
}
.on_banner_code .obc-i {
    color: #00A7B0;
    cursor: pointer;
}
.on_banner_code .obc-c {
    color: #00A7B0;
}
.on-hidden {
    display: none;
}