/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2022 | 13:50:54 */
.vo-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    display: none;
	overflow-y: auto;
}