.container-heroteaser { /* Wrapper */
	max-width:960px;
	width:100%;
	margin:0 auto;
}
.hero-teaser-container {
	margin:80px 0;
	display:flex;
	align-items: center;
  	justify-content: center;
}
.hero-teaser-container.right {
	flex-direction: row-reverse;
}
.hero-teaser-content {
	width:40%;
	box-sizing:border-box;
}
.hero-teaser-content-box {
	background-color:rgba(61,205,88,0.8);
	margin-right:-40%;
	position:relative;
	box-sizing:border-box;
	padding:40px;
}
.dark .hero-teaser-content-box {
	background-color:rgba(0,0,0,0.7);
}
.hero-teaser-container.right .hero-teaser-content-box {
	margin-right:0;
	margin-left:-40%;
}
.hero-teaser-content-box h3 {
	font-size:15px;
	color:white;
	margin:0;
}
.hero-teaser-content-box h2 {
	font-size:20px;
	color:white;
	margin:0;
}
.dark .hero-teaser-content-box h2 {
	font-size:28px;
	color:rgb(61,205,88);
	margin-bottom: 10px;
}
.green .hero-teaser-description,
.green .hero-teaser-description p {
	font-size:24px;
	font-weight: bold;
	color:white;
}
.dark .hero-teaser-description,
.dark .hero-teaser-description p {
	color:white;
}
.green .hero-teaser-content .btn-product {
	color:rgb(61,205,88);
	background-color:white;
}
.dark .hero-teaser-content .btn-product {
	background-color:rgb(61,205,88);
	color:white;
}
.dark .hero-teaser-content .btn-product:hover {
	background-color: rgb(57,192,83);
}


.hero-teaser-image {
	width:60%;
}
.hero-teaser-image img {
	width:100%;
	height:auto;
}



@media only screen and (max-width: 960px) {
	.hero-teaser-container {
		margin: 60px 0;
	}
	.container-heroteaser { /* Wrapper */
		max-width:100%;
	}
}

@media only screen and (max-width: 660px) {
	.hero-teaser-container {
		margin: 40px 0;
	}
	.hero-teaser-container.right {
		flex-direction: column-reverse;
	}
	.hero-teaser-container.right .hero-teaser-content {
		width: 100%;
		margin-top:-40px;
	}
	.hero-teaser-container.right .hero-teaser-image {
		width: 100%;
	}
	.hero-teaser-container.right .hero-teaser-image{
		padding-left: 50px;
	}
	.hero-teaser-container.right .hero-teaser-content-box {
		margin-left:auto;
		margin-right: 50px;
	}
	
	.hero-teaser-container.left {
		flex-direction: column;
	}
	.hero-teaser-container.left .hero-teaser-content {
		width: 100%;
		margin-bottom:-40px;
	}
	.hero-teaser-container.left .hero-teaser-image {
		width: 100%;
	}
	.hero-teaser-container.left .hero-teaser-image{
		padding-right: 50px;
	}
	.hero-teaser-container.left .hero-teaser-content-box {
		margin-right:auto;
		margin-left: 50px;
	}
}
@media only screen and (max-width: 440px) {
	.hero-teaser-container.right .hero-teaser-content {
		margin-top:-20px;
	}
	.hero-teaser-container.right .hero-teaser-image{
		padding-left: 30px;
	}
	.hero-teaser-container.right .hero-teaser-content-box {
		margin-left:auto;
		margin-right: 30px;
	}
	.hero-teaser-container.left .hero-teaser-content {
		margin-bottom:-20px;
	}
	.hero-teaser-container.left .hero-teaser-image{
		padding-right: 30px;
	}
	.hero-teaser-container.left .hero-teaser-content-box {
		margin-right:auto;
		margin-left: 30px;
	}
}

