.wpeoo, .wpeoo *, .wpeoo *::before, .wpeoo *::after { box-sizing: border-box; }
.wpeoo {
    z-index: 999998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;

    display: none;
}
.wpeoo.wpeoo-show {
    display: flex;
}
.wpeoo .wpeoo-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.wpeoo .wpeoo-fe {
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    color: #666666;
    width: 95vw;
    height: 95vh;
    padding: 3% 3% 5%;
    background: rgba(76, 85, 86, 0.9);
    position: relative;
    background-image: url(vf_cs_cmyk_white.png);
    background-position: bottom 10% center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpeoo-fe h2 {
    margin-bottom: 30px;
    color: white !important;
	text-align: center !important;
}

.wpeoo-fe p:last-of-type {
    margin-bottom: 30px !important;
    color: white !important;
    font-size: 24px;
	text-align: center !important;
}

span.wpeoo-close {
    display: none;
}

@media screen and (max-width: 990px){
	.wpeoo-fe p:last-of-type {
		font-size: 20px;
	}
}
@media screen and (max-width: 390px){
	.wpeoo-fe .btn-primary {
		font-size: 14px;
		padding-left: 16px;
		padding-right: 10px;
	}
}