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

@media screen and (max-width: 600px) {
  .icon-sound {
    visibility: hidden;
    display: none;
  }
}