.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: 5px;
    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(33.3333% - 30px);
    direction: rtl;
    position: relative;
    filter: grayscale(0);
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px
}

.gallery_item:hover {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(.5)
}

@media (max-width: 768px) and (min-width:319px) {
    .gellery_section {
        padding-top:0
    }

    .gallery_item {
        float: right;
        width: 100%;
        margin:0;
        margin-bottom:20px
    }
}

@media all and (max-width: 320px) {
    .gellery_section {
        padding-top:0
    }

    .gallery_item {
        float: right;
        width: 100%;
        margin:0;
        margin-bottom:20px
    }
}
