/* Styles for the Embed Instagram Mod */

.instagram-wrapper
{
	height: 0;
	padding-top: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}

.instagram-wrapper div, .instagram-wrapper iframe
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
