/*
Theme Name: Imaging
Theme URI: http://imaging.techs.nz
Template: Divi
Author: Technology Solutions
Author URI: http://www.techs.co.nz
Description: Smart. Flexible. Beautiful. Divi child theme is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1511903641
Updated: 2017-11-28 21:14:01

*/

.et_pb_fullwidth_header .et_pb_parallax_css {
    position: absolute;
    width: 130%;
    height: 130%;
    left: -10%;
    top: -10%;
    transition: .75s opacity;
    transition-property: opacity;
    transition-duration: 0.75s;
    transition-timing-function: initial;
    transition-delay: initial;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
	background-attachment: initial;
}

.et_parallax_bg{
	position: absolute;
    width: 130%;
    height: 130%;
    left: -10%;
    top: -10%;
    transition: .75s opacity;
    transition-property: opacity;
    transition-duration: 0.75s;
    transition-timing-function: initial;
    transition-delay: initial;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
}

.header-image img{
	width: 30%;
	border-radius: 20px;
	padding: 20px;
	background-color: white;
}

@media screen and (max-width: 960px){
	.header-image img{
		width: 70% !important;
		padding: 10px !important;
		border-radius: 10px !important; 
	}	
}
