
@media only screen and (max-width: 1024px){
.eltd-content .eltd-content-inner > .eltd-container > .eltd-container-inner, .eltd-content .eltd-content-inner > .eltd-full-width > .eltd-full-width-inner { padding-top: 20px!important;}

h1 { font-size: 40px;}

h2 { font-size: 30px;}

h3 { font-size: 25px;}

}

@media only screen and (min-width: 480px) and (max-width: 768px){
	.eltd-parallax-section-holder { height: auto !important;min-height: 300px;}

}

@media only screen and (max-width: 480px){
	.eltd-parallax-section-holder { height: auto !important;min-height: 300px;}

}