
.gallery section img {
    opacity: 0;
	 vertical-align: top; 
	 font-size: 0px; 
	 line-height: 0; 
	 max-width: 100%;
}
.gallery ul, ol, dl {
	 list-style-type: none; 
	 padding: 0px; 
}
.gallery .middle {
	vertical-align: middle;
}
.gallery .top {
	vertical-align: top;
}
.gallery .text-center {
	text-align: center!important;
}
.gallery .clearfix::after {
	 content: ""; 
	 display: block; 
	 clear: both; 
}
.gallery .feature-list-cell li:hover {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    opacity: 0.7;
}
.gallery .feature-list-cell:last-child {
    margin-bottom: 0;
}
.gallery .side-list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
}

.gallery .block-1 .image-block {
    max-width: 85%;
}

.gallery .feature-list-cell.block-2 {
    margin-top: 10%;
}
.gallery .block-2 .side-list li:first-child {
    text-align: left;
    position: relative;
    left: 3%;
    .image-block {
        max-width: 70%;
    }
}
.gallery .block-2 .side-list li:last-child  {
    text-align: right;
    margin-top: 13%;
    position: relative;
    left: 3%;
    .image-block {
        max-width: 90%;
    }
}

section.feature-list-cell.block-3 {
    margin-top: -8%;
}

.gallery .block-3 .side-list li:first-child {
    text-align: left;
    position: relative;
    right: 3%;
    .image-block {
        max-width: 100%;
    }
}
.gallery .block-3 .side-list li:last-child  {
    text-align: right;
    margin-top: 40%;
    .image-block {
        max-width: 75%;
    }
}

section.feature-list-cell.block-4 {
    margin-top: -3%;
}

.gallery .block-4 .side-list li:first-child {
    text-align: left;
    .image-block {
        max-width: 85%;
    }
}
.gallery .block-4 .side-list li:last-child  {
    text-align: right;
    margin-top: 35%;
    position: relative;
    left: 3%;
    .image-block {
        max-width: 90%;
    }
}

section.feature-list-cell.block-5 {
    margin-top: 7%;
}
.gallery .block-5 li:last-child  {
    .image-block {
        max-width: 50%;
    }
}

section.feature-list-cell.block-6 {
    margin-top: 7%;
}
.gallery .block-6 .side-list li:first-child {
    text-align: left;
    margin-top: 25%;
    .image-block {
        max-width: 90%;
    }
}
.gallery .block-6 .side-list li:last-child  {
    text-align: right;
    .image-block {
        max-width: 90%;
    }
}

section.feature-list-cell.block-7 {
    margin-top: -8%;
}
.gallery .block-7 .side-list li:last-child  {
    text-align: right;
    position: relative;
    right: 3%;
    .image-block {
        max-width: 45%;
    }
}

section.feature-list-cell.block-8 {
    margin-top: 10%;
}
.gallery .block-8 .side-list li:last-child  {
    .image-block {
        max-width: 70%;
    }
}

.gallery .image-block {
    position: relative;
    display: inline-block;
}

/*.gallery .feature-list-cell.row {
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
}
.gallery .feature-list-cell.row .col-md-4 {
    text-align: center;
    padding: 0 20px 0!important;
}*/
.gallery .border_effect {
	 width: 0px; 
	 height: 0px; 
	 position: absolute; 
	 top: 0px; 
	 left: 0px; 
	 border-style: solid; 
	 border-color: rgb(204, 204, 204); 
}
.gallery .border_effect.TL {
	 border-width: 2px 0px 0px 2px; 
}
.gallery .border_effect.BR {
	 border-width: 0px 2px 2px 0px; 
}
.gallery .border_effect.TL {
	 border-width: 1px 0px 0px 1px; 
}
.gallery .border_effect.BR {
	 border-width: 0px 1px 1px 0px; 
}
.gallery .breadcrumb span + span.spcl_blank::before {
	 display: none; 
}