#instawrap{
	width: 52rem;
	height: 100%;
	overflow: hidden !important;
	margin: 0;
	padding: none;
	border: none;
}

#instaframe {
	width: calc(100% + 0px) !important;
	height: calc(100% + 0px) !important;
	margin: none !important;
	padding: none !important;
	border: none !important;
	display: block !important;
}

@media screen and (max-width: 736px) {
	#instawrap {
		width: 100%;
		height: 32rem;
	}
	#instaframe {
	width: calc(100% + 0px) !important;
	height: calc(100% + 1px) !important;
	}
}