/* The Modal (background) */
			.modalnew {
				display: none;
				position: fixed;
				z-index: 9;
				padding-top: 50px;
				left: 0;
				top: 0px;
				width: 100%;
				height: 100%;
				overflow: auto;
				background-color: rgba(0,0,0,0.8);
				padding-bottom: 50px;
			}
			p.pnum {
				font-size: 34px;
				font-weight: bold;
				line-height: 33px;
			}
			.pmobile{display:none;}
			.pdesktop{display:block;}
			/* Modal Content */
			.modalnew .modal-content {
				position: relative;
				margin: auto;
				width: 95%;
				max-width: 520px;
			}

			/* The Close Button */
			.modalnew .close {
				color: #fff;
				position: absolute;
				font-size: 29px;
				font-weight: bold;
				background: #000;
				width: 35px;
				text-align: center;
				height: 35px;
				right: -8px;
				border-radius: 30px;
				display: flex;
				align-items: center;
				justify-content: center;
				line-height: 25px;
				padding-top: 3px;
				cursor: pointer;
				top: -8px;
			}

			.modalnew .close:hover,
			.modalnew .close:focus {
			  color: #ddd;
			  text-decoration: none;
			  cursor:Â pointer;
			}
			.modalnew .modal-content img.full-width {
				width: 100%;
			}
			
			
			
			/* 768px */
@media (max-width: 768px){
	
	.modalnew {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.modalnew .modal-content {
		width: 85%;
	}
	.modalnew .close {
		font-size: 22px;
		width: 25px;
		height: 25px;
		right: -7px;
		top: -5px;
	}

}