<?php$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));if ( file_exists( $root.'/wp-load.php' ) ) {    require_once( $root.'/wp-load.php' );} elseif ( file_exists( $root.'/wp-config.php' ) ) {    require_once( $root.'/wp-config.php' );}header("Content-type: text/css; charset=utf-8");?><?php if (!empty($qode_options_infographer['parallax_minheight'])) { ?>@media only screen and (min-width: 480px) and (max-width: 768px){	.parallax section{		min-height: <?php echo $qode_options_infographer['parallax_minheight']; ?>px;	}}@media only screen and (max-width: 480px){	.parallax section{		min-height: <?php echo $qode_options_infographer['parallax_minheight']; ?>px;	}}<?php } ?>