@media only screen and (max-width: 990px) {
	.Background .Panel .ClickSound {
		display: none;
	}
	
	img.Logo {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	
	.Main-Panel button span {
		display: none;
	}
	
	.Main-Panel {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		width: 100%;
		gap: 14px;
		bottom: 80px;
		right: 0;
		left: 0;
	}
	
	.modal.show .modal-dialog {
		left: 4px;
		right: 4px;
	}
}