/*
    Theme Name: Framework v1.0
    Theme URI: https://phoscreative.com
    Author: PHOS Creative
    Author URI: https://phoscreative.com
    Description: A theme to empower our clients to market through their mission to reach their vision.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: phos
*/


#front #hero .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#front #hero .hero-bg picture,
#front #hero .hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
