@import “../sadui”;

.overlay {

position: absolute;
z-index: $zDialog;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;

overflow: auto;
margin: -(rhythm(2)) 0 0 0;
padding: 0;
background: rgba($colorBlack, 0.65);

height: 0;

&.is-visible {
    height: 1000%;
}

}