@media screen and (max-width: 767px) {
	
	#logo-wrapper { height: var(--header-height-inner); padding: 1em; }
	
	.vc_parallax-inner.skrollable.skrollable-before{ background-size:cover !important; }
	
	.deco-title { border: none; padding: 0; line-height: 1em; word-break: break-word; }

	h1.deco-title { font-size: 3rem; }
	h2.deco-title { font-size: 2.8rem; }
	h3.deco-title { font-size: 2.4rem; }
	h4.deco-title { font-size: 2rem; }
	h5.deco-title { font-size: 1.6rem; }
	h6.deco-title { font-size: 1.4rem; }
	
	iframe.form-iframe { display: block; border: none; width: 100%; min-height: 100vh; }
	
	.feature-carousel-wrapper .features-carousel .features-carousel-cycler { box-shadow: none; }
	
	.bg-mobile { background: none !important; }
}
