/* 
Theme Name: Valpix Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: Valpix GmbH
Author URI: https://www.valpix.ch/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Custom Styles Valpix */
@media screen and (max-width: 1200px){
	.hacking-image {
		position: absolute;
		top: -150px;
		width: 50%;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
	}
}
@media screen and (max-width: 650px){
	.hacking-image {
		position: absolute;
		top: -150px;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
	}
}