.li-embed-iframe-full-height {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.li-embed-iframe-auto-resize {
    width: 100%;
    height: 300px;
    border: 0 !important;
}

#li-fullScreen {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
}

#li-modal-iframe {
    width: 100%;
    height: 550px;
}

#li-close {
    font-family: initial;
    font-size: 2rem;
    color: #efffff;
    color: rgba(255,255,255,.8);
    font-weight: 100;
    text-shadow: 1px 4px 6px #191919;
    background: #191919;
    opacity: .62;
    box-shadow: 0 1px 3px #333;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.54);
    border-radius: 100%;
    font-size: 1.66rem;
    width: 43px;
    height: 43px;
    line-height: initial;
    padding: 0 0 .05em;
    will-change: opacity;
    -webkit-transition: opacity 100ms ease-out;
    -moz-transition: opacity 100ms ease-out;
    -ms-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
    top: 1%;
    right: 1%;
    position: absolute;
    z-index: 2147483647;
    border: 0;
    cursor: pointer;
}

#li-close:hover {
    opacity: .82;
}

#li-modal-iframe {
    width: 100%;
    height: 550px;
}

.li-storymap-appended-iframe {
    width: 92% !important;
    height: 92% !important;
    position: fixed;
    top: 4% !important;
    left: 4% !important;
    z-index: 2147483647;
}

.li-gen2-appended-iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    background: white;
}
