@media (max-width: 1023px) {

	.filterable-gallery-btns {
		justify-content: flex-start;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 1em;
	}

	.filterable-gallery-btns .btn-primary {
		white-space: nowrap;
		margin-right: 10px;
	}

	#gliderGallery {
		margin-bottom: 1.5em;
	}

	.glider::-webkit-scrollbar {
		height: 12px;
	}

	.glider::-webkit-scrollbar-thumb {
		background: #BD492E;
		border-radius: 10px;
	}

	.glider::-webkit-scrollbar-track {
		background: #2D2523;
	}

	.glider .glider-slide {
		min-width: unset;
		margin-right: 10px;
	}

}

