.webrion-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: #000000bd;
    width: 100%;
    height: 100vh;
    display: none;
}

.webrion-popup .webrion-popup-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.webrion-popup .webrion-popup-wrapper .webrion-popup-box {
    position: relative;
}

.webrion-popup .webrion-popup-wrapper .webrion-popup-box img {
    width: 100%;
    height: 100%;
}

.webrion-popup .webrion-popup-wrapper .webrion-popup-box .ham1 {
    position: absolute;
    bottom: 100%;
    right: 0;
}

.webrion-popup .webrion-popup-wrapper .webrion-popup-box .ham1 .line {
    stroke: #fff;
    stroke-width: 3px;
}