@media only screen and (min-width:200px) and (max-width:767px){
	.image{
		height: 380px;
	}

	.banner{
		height: 450px;
		position: relative;
	}

	.banner_content{
		width: 90%;
	}
}