.grid-stack {
	margin-bottom: 10px;
}
.grid-stack .grid-stack-item-content {
	background-size: cover;
	background-position: center center;
	/* background-color: #f9f9f9; */
}
.grid-stack .grid-stack-item-content {
	position: relative;
	overflow: inherit					!important;
	left: 5px							!important;
	right: 5px							!important;
	background-size: cover				!important;
	background-position: center center	!important;
}
.grid-stack .grid-stack-item-content > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.grid-stack .grid-stack-item-content > a:hover {
	background: rgba(255, 255, 255, 0.05);
	text-decoration: none;
}

.grid-stack .grid-stack-item-content .full-width {
	display: flex;
	height: 100%;
}

.grid-stack .grid-stack-item-content-html {
	padding: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* align-items: flex-start; */
}
.grid-stack .grid-stack-item-content-html > .avPlayerWrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.grid-stack .grid-stack-item-content-html .avPlayerContainer {
	/*height: 100%;
	margin: 0 -2px;*/
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.grid-stack .grid-stack-item-content-html .avPlayerBlock {
	display: table-cell;
	vertical-align: middle;
	padding: inherit !important;
}
.grid-stack .grid-stack-item-content-html > .avPlayerWrapper iframe {
	/* position: inherit !important; */
	min-width: auto !important;
	width: inherit !important;
	/* height: inherit !important; */
	left: 0 !important;
	margin: 0 !important;
    display: block;
}

.grid-stack .grid-stack-item-content-html h2 {
	line-height: 1;
	margin-top: 0;
}

.grid-stack-item-content-html > .moduletable,
.grid-stack-item-content-html > .moduletable > .custom {
	width: 100%;
	height: 100%;
}


/****************************/
/*      ENGEL STYLING       */
/****************************/

.grid-stack-item-content-html > div[class*="text-"] {
	position: relative;
}
.grid-stack-item-content-html > div[class*="text-"]::before {
	z-index: -1;
	display: block;
	position: absolute;
	content: ' ';
	background-image: linear-gradient(to right, rgba(0,0,0, 0), rgba(0,0,0, 0.1), rgba(0,0,0, 0.5), rgba(0,0,0, 0.5), rgba(0,0,0, 0.1), rgba(0,0,0, 0));
	-webkit-filter: url('#blur');
	filter: url('#blur');
	-webkit-filter: blur(10px);
	filter: blur(10px);
	background-size: cover;
	opacity: 0.5;
	height: 100%;
	width: 100%;
}
.grid-stack-item-content-html .h2,
.grid-stack-item-content-html .h3 {
	font-family: Bebas Kai, serif;
	color: #fff;
}
.grid-stack-item-content-html .h2 + p {
	margin-top: -15px;
	color: #fff;
}





/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.grid-stack .grid-stack-item[data-gs-height="12"], .grid-stack.grid-height-12,
	div[class*="grid-height-"] {
		height: auto !important;
	}
	.grid-stack .grid-stack-item {
		position: inherit !important;
		top: inherit !important;
		left: inherit !important;
		width: 100% !important;
		display: block;
		margin-bottom: 20px;
	}
	.hidden-xs {
		display: none;
	}
}

/* XS */
@media (max-width: 767px) {
	.height-free-xs {
		height: auto !important;
		padding-top: 0 !important;
	}
	.grid-stack .grid-stack-item.height-free-xs .grid-stack-item-content {
		position: relative;
		overflow: auto !important;
		margin-right: 10px;
	}
	.grid-stack .grid-stack-item.height-free-xs .grid-stack-item-content > a {
		position: relative;
	}
	.article-mosaic .grid-stack-item-content-html {
		padding: 20px;
	}
	.article-mosaic .grid-stack-item-content-html h3 {
		font-size: 15px;
	}
	.article-mosaic .grid-stack-item-content-html hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.article-mosaic .grid-stack-item-content-html p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.grid-stack-item-content-html .brands {
		padding: 10px 10px;
	}
	.grid-stack-item-content-html .frontjobs h2 {
		font-size: 25px;
	}
	.grid-stack-item-content-html .shoutbox .main-lg {
		font-size: 25px;
	}
	.grid-stack-item-content-html .shoutbox .main-md {
		font-size: 15px;
	}
	.grid-stack-item-content-html .shoutbox {
		padding: 0px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	.grid-stack .grid-stack-item-content {
		/* overflow: scroll	!important; */
	}
	.article-mosaic .grid-stack-item-content-html {
		padding: 20px;
	}
	.article-mosaic .grid-stack-item-content-html h3 {
		font-size: 12px;
	}
	.article-mosaic .grid-stack-item-content-html hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.article-mosaic .grid-stack-item-content-html p {
		font-size: 10px;
		margin-bottom: 10px;
	}
	.grid-stack-item-content-html .brands {
		padding: 10px 10px;
	}
	.grid-stack-item-content-html .shoutbox {
		padding: 15px;
	}
	.grid-stack-item-content-html .shoutbox .main-lg {
		font-size: 35px;
	}
	.grid-stack-item-content-html .frontjobs h2 {
		font-size: 40px;
	}
	.grid-stack-item-content-html .shoutbox .main-md {
		font-size: 30px;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	.article-mosaic .grid-stack-item-content-html {
		padding: 25px;
	}
	.article-mosaic .grid-stack-item-content-html h3 {
		font-size: 15px;
	}
	.article-mosaic .grid-stack-item-content-html hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.article-mosaic .grid-stack-item-content-html p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.grid-stack-item-content-html .brands {
		padding: 20px 20px;
	}
	.grid-stack-item-content-html .shoutbox {
		padding: 25px;
	}
}

/* LG */
@media (min-width: 1200px) {
	

}