@media (max-width: 767px) {

	.modal-events__container {
		right: 10px;
		left: 10px;
	}

	.modal-events__img-container img {
		max-height: 150px
	}

	.modal-events__overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0);
		pointer-events: none;
	}

	.modal-events__overlay--is-shown {
		background: rgba(0, 0, 0, 0.5);
		pointer-events: all;
	}

}