/* Responsive CSS */

@media all and (max-width:639px){
	.main_banner_sec>.uk-background-cover {
		min-height: calc(100vh - 165px) !important;
		height: calc(100vh - 165px) !important;
	}
}