.featured-inner-popup-wrapper{
	float: left;
	position: relative;
	margin: 20px 15px 0 15px;
}

.featured-inner-popup-box{
	width: 360px;
	height: 230px;
	position: relative;
	padding: 15px;
	overflow: hidden;
	opacity: 0;
	box-sizing: border-box;
}

.box-foreground{
	position: absolute;
	bottom: -230px;
	left: 0;
	height: 230px;
	width: 100%;
	transition: 0.4s ease;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.featured-inner-popup-box:hover .box-foreground{
	bottom: 0px;
	transition: 0.2s ease;
}

.featured-inner-popup-wrapper h2{
	font-size: 28px;
	color: #ffffff;
	text-shadow: 0 1px 2px #000;
	text-align: center;
}

.featured-inner-popup-wrapper p{
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
}

.box-foreground h2{
	font-size: 28px;
	color: #60ac32;
	text-shadow: none;
}

/* FIX: Animated components are invisible in stacks */
.ccm-block .featured-box-animated{
	left: 0 !important;
	top: 0 !important;
	opacity: 1;
}

/* Responsive */

@media (max-width: 1199px) and (min-width: 980px){
	.featured-inner-popup-wrapper {
		margin: 20px 6px 0 6px;
	}
	.featured-inner-popup-box {
		width: 300px;
	}
}

@media (max-width: 980px){
	.featured-inner-popup-box{
		width: 332px;
	}
	
	.featured-inner-popup-wrapper h2{
		font-size: 24px;
	}
}

@media (max-width: 767px){
	.featured-inner-popup-wrapper{
		width: 48%;
		margin: 0 1% 2% 1%;
	}
	.featured-inner-popup-box{
		width: 100%;
	}
}

@media (max-width: 480px){
	.featured-inner-popup-wrapper {
  		width: 98%;
  		margin-top:10px;
	}
	.box-foreground {
  		width: 100%;
  		height: 160px;
  		bottom: 0px;
	}
	
	.featured-inner-popup-box {
  		background: none !important;
  		padding: 0;
  		height: auto;
	}
	
	.featured-inner-popup-wrapper h2{
		line-height: 25px;
    	margin: 0 0 6px 0;
    	padding: 0px;
	}

	.featured-inner-popup-wrapper p{
		font-size: 14px;
    	line-height: 20px;
    	font-weight: 300;
	}
	
	.inner-popup-box-mobile-image{
		width: 100%;
	}
	
	.featured-inner-popup-box>h2{
		display: none;
	}
	.box-foreground{
		position: relative;
	}
}