.feature {position: relative; margin-top: 50px; margin-bottom: 50px;}

#responsive_headline {display: none;}

@media (min-width: 768px){
	#standard_headline {display: none;}
	#responsive_headline {display: inline-block;}

	.image-behind {
		max-width: 960px;
		width: auto;
		background: #ffffff;
		}

	.image-behind  {
		box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
		border: 17px solid #fff;
		border-radius: 5px;
		max-width: 55%;
		vertical-align: middle;
		width: 100%;
		margin-left: 90px;
	}

	.image-behind::before {
		background: #f8f9f9;
		background-image: url(../inc/assets/img/swoosh-top.png);
		background-repeat: no-repeat;
		background-size: 100% 101px; 
		content: "";
		display: block;
		left: 0;
		height: calc(100% - 200px);
		margin-left: 0;
		position: absolute;
		top: 50px;
		width: 100%;
		z-index: -1;
	}
	
	/* 
margin-left: -95px;
		position: absolute;
		top: 50px;
		width: 118%;
 */
	
	.image-behind::after {
		background-image: url(../inc/assets/img/swoosh-bottom.png);
		background-repeat: no-repeat;
		background-size: 100% 101px; 
		content: "";
		display: block;
		left: 0;
		height: 100px;
		margin-left: 0;
		position: absolute;
		bottom: 50px;
		width: 100%;
		z-index: -1;
	}
	
	

	.image-behind p {margin: 25px 25% 50px 0;}

	.feature-side {width: 26%; height: 50%; position: absolute; top: calc(50% - 170px); left:55%;}
	.feature-side div {display:table; height: 100%; color: #ffffff; background-color: #a3a3a3;}
	.feature-side div div {display:table-cell;vertical-align:middle;}
	
	.feature #responsive_headline {color:#ffffff;}


	.feature-side div.buttons {height: auto; float: right; background-color: #797979;}
	.feature-side div.buttons div {background-color: #8c8c8c;}

	.feature-side h1 {margin: 0 0 0 15px; display: inline-block;}

	.wp-block-button a {
		border-radius: 0;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		background-color: #797979;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		padding: 12px 24px;
		text-align: center;
		overflow-wrap: break-word;
	}

}

@media (min-width: 992px){
	.image-behind p {margin: 25px 25% 50px 0;}
	.image-behind  {
		border: 36px solid #fff;
		border-radius: 10px;
		margin-left: 120px;

	}
}

.feature .wp-block-button a:hover{text-decoration: none;}





