.banner-container .right {
    position: relative
}

.banner-container .dialog-drop-wrap {
    align-items: center;
    background: hsla(0, 0%, 100%, .95);
    border-radius: 12px;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.banner-container .dialog-drop-wrap * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.banner-container .dialog-drop-wrap .title {
    color: #165dff;
    font-size: 44px;
    font-weight: 600
}