#search-buttons {
	margin-top:    21%;
	margin-bottom: 3%;
}

@media (max-width: 767px) {
	#container.home, #splash-mobile {
		background: #FFF url('home/bg-summer-xs.jpg?2021') no-repeat;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#container.home {
		background-image: url('home/bg-summer-sm.jpg?2021');
		background-position: center -2% !important;
	}

	#home-connect {
		margin-bottom: -4.3%;
	}

	#search-buttons {
		margin-bottom: 2%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#container.home {
		background-image: url('home/bg-summer-md.jpg?2021');
	}

	#home-connect {
		margin-bottom: -2%;
	}

	#search-buttons {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	#container.home {
		background-image:    url('home/bg-summer-lg.jpg?2021');

	}
}