.widget_shapla_instagram {
	.instagram-row {
		margin-left: -5px;
		margin-right: -5px;

		&:before,
		&:after {
			display: table;
			content: "";
		}

		&:after {
			clear: both;
		}
	}
	.instagram-col {
		&.thumbnail,
		&.low_resolution,
		&.standard_resolution {
			padding: 0 5px 10px;
			float: left;

			a {
				display: block;
			}

			img {
				height: auto;
				max-width: 100%;
				width: 100%;
			}
		}
		&.thumbnail {
			width: 33.333333%;
		}
		&.low_resolution,
		&.standard_resolution {
			width: 100%;
		}
	}
	.instagram-follow-link {
		border: 1px solid #333;
		background-color: #fff;
		color: #333;
		padding: 5px 15px;
		text-decoration: none;
		display: block;
		width: 100%;
		text-align: center;

		&:hover {
			text-decoration: none;
			box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
		}
	}
}