.organic-farm-6{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.arrow-separator {
    top: 0;
    width: 100%;
    height: 42px;
    position: absolute;
    z-index: 11;
    background-image: url("/edit/themes/organic-farm/images/direction-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.organic-farm-6 .img-responsive{ width: 100%; height: 436px; object-fit: cover;}
.arrow-separatorbottom {
    bottom: 0;
    width: 100%;
    height: 42px;
    position: absolute;
    z-index: 11;
    background-image: url("/edit/themes/organic-farm/images/direction-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);

}
.separator.top::after {
    z-index: 2;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    background-image: url("/edit/themes/organic-farm/images/separator.jpg");
    background-position: center;
    background-repeat: repeat-x;
}
.separator1.bottom::before  {
    z-index: 2;
    left: 0;
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    background-image: url("/edit/themes/organic-farm/images/separator1.jpg");
    background-position: center;
    background-repeat: repeat-x;
    bottom: 0;
}

#gallery {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

#gallery .item img {
    width: 100%;
    height: auto;
}

#gallery figure {
    position: relative;
}

#gallery figure .overlay {
    top: 0;
    display: block;
    z-index: 10;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+51,000000+100&0+0,0+50,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */

    background-size: auto 200%;
    background-position: 0 0;
    transition: background-position 0.4s;
}


.cloned{
    padding: 0;
    margin: 0;
}
#gallery figure .overlay h3 a{
    color: white;
    text-decoration: none;
}