File: //home/parhudrw/anqa.it/wp-content/themes/essentials/inc/scss/elements/_fancy_popup.scss
.fancy_popup_ph {
position: absolute;
width: 100%;
height: 100%;
display: inline-block;
}
.pix_reveal {
position: fixed;
width: 100%;
bottom: 0;
height: 50vh;
background: #333;
svg {
z-index: 9999999;
margin-top: -420px;
width: 100%;
path:nth-child(1) { opacity: 0.15; }
path:nth-child(2) { opacity: 0.3; }
path {
-webkit-transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
}
}