

@media screen and (max-width: 750px) {
	.modalContent {
		width: calc(100% - 40px);
	}
}



