.overlayCustomPopup{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.95);visibility:hidden;opacity:0;z-index:11111}.overlayCustomPopup:target{visibility:visible;opacity:1}.CustomPopup{margin:10% auto;padding:0;background:#fff;border-radius:5px;width:50%;position:relative}.CustomPopup h2{margin-top:0;color:#333;font-family:Tahoma,Arial,sans-serif}.CustomPopup .CustomPopupClose{position:absolute;top:-30px;right:0;font-size:40px;font-weight:700;text-decoration:none;color:#fff}.CustomPopup .CustomPopupClose:hover{color:#ee5713}.CustomPopup .CustomPopupContent{height:380px}@media screen and (max-width:700px){.CustomPopup,.popupBox{width:70%}.CustomPopup .CustomPopupContent{width:100%}}