.cp_popup_html .cp-popup-container .cp-popup-wrapper.cp-popup-inline,
.cp_popup_html .cp-popup-container.cp-module-before_after .cp-popup-wrapper {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99999;
    position: fixed;
    width: 100%;
}
.cp-template-overlay {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	background: rgb(43, 46, 56);
	opacity: 0.95;
	z-index: 99999;
}

.cp_popup_html .cp-popup-container.cpro-open.cp-module-info_bar,
.cp_popup_html .cp-popup-container.cpro-open.cp-module-inline,
.cp_popup_html .cp-popup-container.cpro-open.cp-module-widget,
.cp_popup_html .cp-popup-container.cpro-open.cp-module-before_after,
.cp_popup_html .cp-popup-container.cpro-open.cp-module-slide_in,
.cp_popup_html .cp-popup-container.cpro-open.cp-module-welcome_mat,
.cp_popup_html .cp-popup-container.cpro-open.cp-module-full_screen{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	pointer-events: none;
}