.gallery_home_section {
	width: 100%;
	float: left;
}
.gallery_container {
	width: 100%;
	float: left;
}
.gallery_item {
	width: 100%;
	float: left;
	text-align:center
}
.filter_btn_container {
	width: 100%;
	text-align:center;
	background-color:#fff;
	white-space: nowrap; /* Prevent wrapping of child elements */
	overflow-x: auto; /* Enable horizontal scrolling */
	overflow-y: hidden; /* Hide vertical scrolling */
	padding: 10px; /* Optional: Add padding */
	box-sizing: border-box; /* Ensure padding and border are included in the width */
	direction:rtl
}
.filter_btn {
	font-size: 22px;
    color: #000;
	font-weight: 300;
	display: inline-block; /* Display buttons in a row */
    margin: 5px; /* Add some spacing between buttons */
    padding: 10px 15px; /* Add padding for better appearance */
    text-decoration: none; /* Remove underline from links */
}
.filter_btn:hover {
    color: #333;
}
.filter_active {
    font-weight: bold;
    color: #000;
}
@media all and (min-width: 1438px) {
.gallery_container .slideshow_grid_left  {
        height: 900px;
    }
}
@media all and (max-width: 1439px) and (min-width: 769px) {
.gallery_container .slideshow_grid_left  {
        height: 700px;
    }
}
@media (max-width: 768px) and (min-width: 319px) {
.gallery_container .slideshow_grid_left  {
	height: 320px;
}
.filter_btn_container {
	padding:0px
}
.filter_btn {
	font-size: 20px;
    margin: 5px; /* Add some spacing between buttons */
    padding: 10px 10px; /* Add padding for better appearance */
}
}
@media all and (max-width:320px) {
.gallery_container .slideshow_grid_left  {
	height: 320px;
}
.filter_btn_container {
	padding:0px
}
.filter_btn {
	font-size: 20px;
    margin: 5px; /* Add some spacing between buttons */
    padding: 10px 10px; /* Add padding for better appearance */
}
}