.widget_mediastack {
}
.widget_mediastack > div,
.widget_mediastack > div > div {
	position:relative;
}
.widget_mediastack .mediastack_background {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.widget_mediastack .mediastack_background  > .media {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.widget_mediastack .mediastack_foreground {
	position:relative;
}
