/*
Theme Name: Hello Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body.home {
	background-color: #000 !important;
}

#home_video_preview {
	background: #000 url('https://augustomontoya.com/wp-content/uploads/2026/07/home_preview1_mobile.webp') top center no-repeat;
	background-size: cover;
}

@media(min-width: 990px) {
	#home_video_preview {
		background-image: url('https://augustomontoya.com/wp-content/uploads/2026/07/video_bg_home1.webp');
	}
}