/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-big-screen .section-services .service-tile-ctas {
	height: 75px;
	justify-content: flex-end;
}

@media only screen and (max-width: 1068px) {
	.section-big-screen .section-services .service-tile-ctas {
		height: auto;
		justify-content: initial;
	}

	.section-big-screen .section-services .service-tile-headline {
		max-width: 210px;
	}
}

@media only screen and (max-width: 734px) {
	.section-big-screen .section-services .service-tile-headline {
		max-width: 270px;
	}
	.section-big-screen .section-services .fitness .service-tile-ctas {
		margin-top: .8em;
	}
}

@media only screen and (max-width: 320px) {
	.section-big-screen .section-services .service-tile-button {
		margin-bottom: 14px;
	}
	.section-big-screen .section-services .service-tile-ctas a+a {
		margin-left: 5px;
	}
}

@media only screen and (max-width: 734px) {
	.section-big-screen .section-header-headline {
		line-height: 40px;
	}
}

@media only screen and (max-width: 320px) {
	.section-big-screen .section-services .service-tile-ctas a+a {
		margin-left: 5px;
		display: block;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item.large-span-3.medium-span-6.small-span-12.service-tile.fitness > div.service-tile-ctas {
		margin-top: 36.9px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item.large-span-3.medium-span-6.small-span-12.service-tile.fitness > div.service-tile-ctas {
		margin-top: 13.6px;
	}
}

.section-big-screen .section-services .service-tile-headline {
        min-height: 100px;
    }
@media only screen and (max-width: 1068px) {
    .section-big-screen .section-services .service-tile-headline {
        min-height: auto;
    }
}

@media only screen and (max-width: 734px) {
    .section-big-screen .section-services .service-tile-headline {
        min-height: auto;
    }
}

@media only screen and (max-width: 1068px) {
    .section-accessories .section-gallery-long .gallery-item, .section-smart-home .section-gallery-long .gallery-item {
        max-height: 470px;
    }
}

@media only screen and (max-width: 734px) {
	.section-smart-home .section-item-container .gallery-item .section-quotes-wrapper .typography-gallery-tile-quote {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 734px) {
	.section-accessories .product-wrapper, .section-smart-home .gallery-item--security .product-wrapper {
		bottom: 26px;
	}
}

.section-accessories #comfort .product-wrapper.product-wrapper-alt.morelines, .section-smart-home #comfort .product-wrapper.product-wrapper-alt.morelines {
    bottom: 36px;
}

.section-accessories #entry .product-wrapper.product-wrapper-alt, .section-smart-home #entry .product-wrapper.product-wrapper-alt {
    bottom: 30px;
}

.section-accessories #entry .product-wrapper.product-wrapper-alt.morelines {
	bottom: 22px;
}

@media only screen and (max-width: 1068px) {
	.section-accessories #comfort .product-wrapper.product-wrapper-alt.morelines {
		bottom: 22px;
	}
}

@media only screen and (max-width: 734px) {
	.section-accessories #security .product-wrapper.product-wrapper-alt.morelines,
	.section-accessories #entry .product-wrapper.product-wrapper-alt.morelines,
	.section-accessories #comfort .product-wrapper.product-wrapper-alt.morelines {
		bottom: 12px;
	}
}

.section-big-screen .section-services.grid {
    margin-top: 25px;
}
@media only screen and (max-width:1068px) {
    .section-big-screen .section-services.grid {
        margin-top: 28px;
    }
}
@media only screen and (max-width:734px) {
    .section-big-screen .section-services.grid {
        padding: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width:1068px) {
    .section-big-screen .section-services .service-tile-ctas {
        display: flex;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/