@media screen and (max-width: 580px) {
	.enable-responsive-switch.smap .layer-switch {
		left: calc(50% - 56px) !important;
		top: 100px !important;
	}

	.enable-responsive-switch.smap .layer-switch .window {
		left: -21px;
		top: 35px;
	}

	/* Šipka k tlačítku */
	.enable-responsive-switch.smap .layer-switch .window::before {
		content: '';
		position: absolute;
		left: calc(50% - 5px);
		top: -10px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-bottom-color: white;
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
	}
}