

.pretty
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 9000000000;
    width: 100%;
    height: 100%;
    display: none;
}

.pretty>div
{
    position: fixed;
    top: 10vh;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 6px;
    width: 95%;
    max-width: 960px;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    text-align: center;
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
}

.pretty div div
{
    padding: 5px;
    background-color: white;
    border-radius: inherit;
    height: 100%;
}

.pretty iframe
{
    width: 100%;
    height: 100%;
    border: none;
}

.pretty button
{
    background-color: rgba(0, 0, 0, 0.95);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    right: -10px;
    top: -21px;
    border: none;
}

.pretty button:focus
{
    border: none;
    outline: none;
}

.pretty button:active
{
    border: none;
    outline: none;
}

.pretty aside
{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    position: absolute;
    display: none;
}

.pretty aside img
{
    position: absolute;
    top: 42%;
    width: 32px;
}

