#share-wrapper {
    display: none;
    position: absolute;
    /*width: 730px;
    height: 550px !important;*/
    z-index: 10000001;
    /*    top: 40vh;
    left: 45vw;*/
    top: 50vh;
    left: 50vw;
    /*margin: -230px 0 0 -365px;*/
    width: 830px;
    height: 630px;
    margin: -315px 0 0 -415px;
}

#share-frame {
    background-color: transparent;
    border: 0px none;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#overlay {
    background-color: rgba(0,0,0,0.7);
    z-index: 9999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}