/*
 * Giftimo custom CSS
 *
 * Use this file for small, theme-specific visual adjustments. Keep the
 * original static layout in assets/css/style.css unchanged.
 */

/* The hero artwork is selected from the Home page SCF image field. */
.hero.hero--custom-image {
	background-image: linear-gradient(115deg, rgba(255, 255, 255, .33), rgba(37, 99, 235, 0)), var(--giftimo-hero-image);
}

@media (max-width: 767px) {
	.hero.hero--custom-image {
		background-image: linear-gradient(98deg, rgba(255, 255, 255, .33), rgba(37, 99, 235, 0)), var(--giftimo-hero-image);
	}
}
