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