#pt-plus-smart-gallery {
    position: relative;
    display: block;
    width: 100%;
}
.plus-smart-gallery .post-inner-loop {
    position: relative;
    display: block;
    width: 100%;
}
#pt-plus-smart-gallery .grid-item .gallery-attach-list {
    position: relative;
    display: block;
    width: 100%;
	height: 100%;
    overflow: hidden;
	 -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery-attach-list .gallery-list-item:first-child{
	position:relative;
}
.gallery-attach-list .gallery-list-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#pt-plus-smart-gallery .grid-item .gallery-attach-list img {
    width: 100%;
}
.plus-smart-gallery.list-isotope-metro .gallery-attach-list .gallery-list-item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.vc_col-xs-15,
.vc_col-sm-15,
.vc_col-md-15,
.vc_col-lg-15,
.vc_col-xs-17,
.vc_col-sm-17,
.vc_col-md-17,
.vc_col-lg-17,
.vc_col-xs-18,
.vc_col-sm-18,
.vc_col-md-18,
.vc_col-lg-18,
.vc_col-xs-19,
.vc_col-sm-19,
.vc_col-md-19,
.vc_col-lg-19,
.vc_col-xs-20,
.vc_col-sm-20,
.vc_col-md-20,
.vc_col-lg-20,
.vc_col-xs-21,
.vc_col-sm-21,
.vc_col-md-21,
.vc_col-lg-21{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.vc_col-xs-15 {
    width: 20%;
    float: left;
}
.vc_col-xs-17 {
    width: 14.28%;
    float: left;
}
.vc_col-xs-18 {
    width: 12.5%;
    float: left;
}
.vc_col-xs-19 {
    width: 11.11%;
    float: left;
}
.vc_col-xs-20 {
    width: 10%;
    float: left;
}
.vc_col-xs-21 {
	width: 9.09%;
	float: left;
}
@media (min-width: 768px) {
.vc_col-sm-15 {
        width: 20%;
        float: left;
    }
	.vc_col-sm-17 {
		width: 14.28%;
		float: left;
	}
	.vc_col-sm-18 {
		width: 12.5%;
		float: left;
	}
	.vc_col-sm-19 {
		width: 11.11%;
		float: left;
	}
	.vc_col-sm-20 {
		width: 10%;
		float: left;
	}
	.vc_col-sm-21 {
		width: 9.09%;
		float: left;
	}
}
@media (min-width: 992px) {
    .vc_col-md-15 {
        width: 20%;
        float: left;
    }
	.vc_col-md-17 {
		width: 14.28%;
		float: left;
	}
	.vc_col-md-18 {
		width: 12.5%;
		float: left;
	}
	.vc_col-md-19 {
		width: 11.11%;
		float: left;
	}
	.vc_col-md-20 {
		width: 10%;
		float: left;
	}
	.vc_col-md-21 {
		width: 9.09%;
		float: left;
	}
	.vc_col-md-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
    .vc_col-lg-15 {
        width: 20%;
        float: left;
    }
	.vc_col-lg-17 {
		width: 14.28%;
		float: left;
	}
	.vc_col-lg-18 {
		width: 12.5%;
		float: left;
	}
	.vc_col-lg-19 {
		width: 11.11%;
		float: left;
	}
	.vc_col-lg-20 {
		width: 10%;
		float: left;
	}
	.vc_col-lg-21 {
		width: 9.09%;
		float: left;
	}
	.vc_col-md-1 {
		width: 8.33333333%;
	}
}


@media (max-width:767px){
	.plus-smart-gallery.list-isotope-metro .post-inner-loop .grid-item {
		width: 33.33% !important;
		height: 250px !important;
	}
}
@media (max-width:600px){
	.plus-smart-gallery.list-isotope-metro .post-inner-loop .grid-item {
		height: 190px !important;
	}
}
@media (max-width:480px){
	.plus-smart-gallery.list-isotope-metro .post-inner-loop .grid-item {
		height: 140px !important;
	}
}
@media (max-width:375px){
	.plus-smart-gallery.list-isotope-metro .post-inner-loop .grid-item {
		height: 90px !important;
	}
}