

/*banner start*/

@media only screen and (max-width: 480px) {
	.banner_area .banne_flex_img img {
		width: 160px !important;
}
.banner_title h1{
	font-size: 30px;
	line-height: 50px;
}
}


/*banner end*/


/*menu area start*/

@media only screen and (max-width: 480px){

	.menu_tiles img{
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
}

/*menu area start*/