.eds-wrapper{
    position:relative;
}

.eds-close {
    position: absolute;
    right: 5px;
    top: 0px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
    width: auto;
    height: auto;
}

.eds-hidden{
    display:none;
}