/*
Theme Name:     High Hope Care Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.page-header img.banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
body .page-header {
    background-position: top center;
	position:relative;
	padding-top:30px;
}
body .page-header img.banner-image-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: top center;
}

@media(max-width: 480px){
body .page-header img.banner-image-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: top center;
}
	
}
body .page-header .container {
    width: 1170px;
    position: relative;
}
