.gs_pin_area .gs-pins {
	margin: 0;
	padding: 0;
}

.gs-pins .gs-single-pin {
	list-style-type: none;
}
.gs_pin_theme1 .gs-pins .gs-single-pin {
	line-height: 0;
}

.gs-pin-details img {
	width: 100%;
}

@media only screen and (max-width: 767px) and (min-width: 540px) {
	.gs-pins {
		column-count: 2;
	}
}

@media only screen and (max-width : 480px) {
	.gs-pins { /* Masonry container */
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	/*.gs_pin_theme1 .gs-pins .gs-single-pin {
		width: 100%;
	}*/
}

.gs-pinterest-profile .gs-pinterest-profile-name {
	margin-bottom: 0;
}