.modal-lg {
    width: 1600px;
}

.cursorpointer{
	cursor: pointer;
}

@media (max-width: 980px) {
	.modal-lg {
	    width: 100%;
	}
}