/* body.custom-popup-view{height:100vh;} */
.custom-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;background-color:rgba(0,0,0,.4);display:none;}
.custom-popup .custom-popup-inner{position:relative;height:100%;}
.custom-popup .custom-popup-close{position:absolute;right:20px;top:20px;cursor:pointer;}
.custom-popup-content{text-align:center;padding:20px 0;height:100%;overflow-y:auto;}
.custom-popup-content img{max-width:1000px; width:90%}


.custom-popup-content::-webkit-scrollbar{display: none;}
.custom-popup-content::-webkit-scrollbar {width: 0 !important}
.custom-popup-content {-ms-overflow-style: none;}
.custom-popup-content{scrollbar-width: none;}

@media (max-width:600px){
	.custom-popup-content img{width:90%}
}