@media screen and (max-width: 768px) {
	.desktop {
		display: none !important;
	}

	.mobile-buttons {
		display: flex !important;
	}

	.modal {
		max-width: unset;
		max-height: unset;

		width: 100%;
		height: 100%;
	}
}

.mobile-buttons {
	display: none;

	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;

	flex-shrink: 1;
	width: 100%;
	margin-top: 15px;
}
