.component-video-text{
	background-image:url(//www.scharffenberger.com/cdn/shop/t/30/assets/bg-pods.png?v=126651373542270891971695307999);
	background-position:right top;
	background-repeat: repeat;
	background-size:600px auto;
}
.component-video-text .text-content{
	padding: 18px;}
.component-video-text{}

@media only screen and (min-width: 768px) {
	.component-video-text .text-content {
		display: flex;
		flex-direction: column;
	    height: 100%;
	    justify-content: center;
		padding:18px 72px;}
}