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