/*
 * GS Bootssattlerei Homepage responsive safeguards.
 * Loaded after homepage.css on the real WordPress static front page.
 */

@media (max-width: 1023px) {
	body.gs-homepage .gs-contact-rail,
	body.gs-homepage .elementor-element.gs-contact-rail,
	body.gs-homepage .elementor-element-a10001d {
		display: none !important;
	}
}

@media (max-width: 767px) {
	body.gs-homepage .gs-fluent-form-host .ff-t-container {
		grid-template-columns: 1fr !important;
	}

	body.gs-homepage .site-header .custom-logo,
	body.gs-homepage .site-header .custom-logo-link img {
		display: block;
		max-width: 100%;
		height: auto;
		object-fit: contain;
	}
}
