@media (orientation: portrait) and (max-width: 600px) {
	#dvMainPopUp {
	    width: 240px!important;
	    left: calc(50% - 120px)!important;
	    top: calc(50% - 90px)!important;
	}
}
@media (orientation: landscape) and (max-width: 812px) {
	#dvMainPopUp {
	    width: 240px!important;
	    left: calc(50% - 120px)!important;
	    top: calc(50% - 90px)!important;
	}
}

#dvMainPopUp {
    z-index: 10000;
    position: fixed;
    width: 600px;
    left: calc(50% - 300px);
    top: calc(50% - 240px);
}

#dvMainPopUp img {
    width: 100%;
    height: 100%;
}

#dvMainPopUp i {
    color: black;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 5px;
}
