.component-video-text{
	background-image:url(//cdn.shopify.com/s/files/1/0506/3085/2794/t/22/assets/bg-pods.png?v=126651373542270891971662872747);
	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;}
}