.design-gallery {
	background-color: #f2f2f2;
    margin-bottom: 150px;
}
.design-gallery .row {
    width: auto;
    margin-left: -10px;
    margin-top: -10px;
	max-width: 1180px;
    margin: 0 auto;
    padding: 100px 50px;
}
.design-gallery .col {
    padding: 10px 0 0 10px;
    float: left;
}
@media screen and (max-width: 767px) {
	.design-gallery {
		background-color: #fff;
	}
	
    .design-gallery .row {
        margin-left: -5px;
        margin-top: -5px;
		padding: 0;
    }
    .design-gallery .col {
        width: 100%;
        padding: 5px 0 0 5px;
    }
}
.design-gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 85%;
    background-color: #fff;
    overflow: hidden;
}
.design-gallery-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.design-gallery-image .rc-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.col-6 .design-gallery-image {
    padding-top: 44.44444444%;
}
@media screen and (max-width: 767px) {
    .col-6 .design-gallery-image {
        padding-top: 89.51048951%;
    }
    .col-6 .design-gallery-image img {
        margin-left: -45%;
        width: auto;
        height: 110%;
    }
}