/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

body{
	overflow-x: hidden;
}

#demo{
  position:relative;
  width:100%;
  height:300px;
  margin:auto;
  overflow:hidden;
}

#demo h3 {
  position:absolute;
  font-weight:700;
  margin:0;
  padding:0;
  width:100%;
  text-align:center;
  visibility:hidden;
  font-size:120px;
  top:65px;
  will-change: transform;
}

@media only screen and (max-width: 950px) {
	
	#demo h3 {
		font-size:60px;
	}
	
}
