.modal-dialog.modal-lg
{
	width: 95vw;
	height: 85vh;
	
}

.modal-dialog.modal-lg .modal-body
{
    padding: 0px;
}

.modal-dialog.modal-lg iframe {
	min-height: 95%;
    	height: 80vh;
    	    border: 0px;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 992px)
{
	.modal-dialog.modal-lg, .modal-dialog.modal-xl {
	    max-width: 95%;
	    
	}
}

