@media only screen and (min-width:200px) and (max-width:767px){
	.banner{
		width: 100%;
		height: 450px;
	}

	.banner-cont{
		width: 90%;
	}

	h1{
		font-size: 22px;
	}

	.banner-cont span{
		font-size: 12px;
	}
}