@media only screen and (max-width: 990px) {
	.demos {
	   height: auto; 
	   transform: translate(0%,-10.5%);
	}
	.demos-item {
	    width: 100%;
	}
}

@media only screen and (max-width: 768px) {
.banner-content h1 {font-size: 72px;margin-bottom: 20px;}	
.banner-content {width: 100%;}
.section-head {width: 100%;padding: 0px 30px;}
.feature-item {padding: 0px 30px;}
.service-thumb {padding: 0px 30px;}
.buynow h1 {font-size: 75px;}
.buynow p {font-size: 19px;}
}

@media only screen and (max-width: 768px) {
.demos-item{width: 100%;}
.buynow h1 {font-size: 50px;}
.banner-content h1 {font-size: 60px;}
}