.gallery_home_section {
	width: 100%;
	float: left;
}
.gallery_container {
	width: 45%;
	float: left;
}
.gallery_item {
	width: 100%;
	float: left;
	text-align:center
}
.filter_btn_container {
	width: 50%;
	float:right;
	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: 0px; /* Optional: Add padding */
	box-sizing: border-box; /* Ensure padding and border are included in the width */
	direction:rtl;
	height:800px;
	background-image:url(../../../images/System/gall_back.jpg);
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	box-sizing:border-box;
	padding:50px 0px;
}
.filter_btn {
	width:100%;
	float:right;
	font-size: 30px;
    color: #000;
	font-weight: 300;
	display: inline-block;
    margin-bottom: 35px; 
    padding-bottom:35px;
	text-align:right;
	border-bottom: 1px solid #000;
	box-sizing:border-box;
	padding-right:50px
}
.filter_btn:last-child {
	border-bottom: 0px solid #000;
}
.filter_btn:hover {
    color: #333;
}
.filter_active {
    font-weight: bold;
    color: #000;
}
.iframe_team_wrapper {
	margin-bottom:90px;
	width:100%;
	float:right;
}
@media all and (min-width: 1438px) {
.gallery_container .slideshow_grid_left  {
        height: 700px;
    }

}
@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: 390px;
}
.filter_btn_container {
	padding:0px;
	width:100%;
	height:auto;
	margin-bottom:10px
}
.gallery_container {
	width: 100%;
	float: left;
}
.filter_btn {
	font-size: 20px;
    margin: 0px; /* Add some spacing between buttons */
    padding: 10px 10px 12px 10px; /* Add padding for better appearance */
}
}
