@media ( max-width : 1200px) {
	
	
}

@media ( max-width : 768px) {
	.container-wrapper {
		margin-top: 0;
		padding: 0;
	}
	img {
		width: 100% !important;
		height: 100% !important;
		margin: 20px 0 !important;
		float: none !important;
	}
	.navbar,.search {
		margin: 0 !important;
	}
}