.gallery_square_sections_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.gellery_section {
	width: calc(100% - 6px);
	float: left;
	padding-right:3px;
	padding-left:3px;
	padding-top: 0px;
    position:relative;
}
.gellery_title_container {
	width: 100%;
	float: left;
	margin-bottom:30px;
	margin-top:30px
}
.gellery_items_container {
	width: 100%;
	float: left;
	direction:rtl;
}
.gallery_item {
	float: right;
	width: calc(16.66666666666667% - 6px);
	direction: rtl;
	position:relative;
    filter: grayscale(0);
    box-sizing: border-box;
    margin-left:3px;
    margin-right:3px;
    margin-bottom: 6px;
}
.gallery_item:hover
{  
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
@media all and (min-width: 1438px) {

}

@media all and (max-width: 1439px) and (min-width: 769px) {

}

@media (max-width: 768px) and (min-width: 481px) {
.gellery_section {
	padding-top: 0;
}
.gallery_item {
	float: right;
	width: calc(25% - 6px);
}
}

@media (max-width: 480px) and (min-width: 319px) {
.gellery_section {
	padding-top: 0;
}
.gallery_item {
	float: right;
	width: calc(25% - 6px);
}
}
@media all and (max-width:320px) {
.gellery_section {
	padding-top: 0;
}
.gallery_item {
	float: right;
	width: calc(25% - 6px);
}
}