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





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




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.grid-item.grid-item-fitness .overview-fitness-fitness-workouts {
    --p-width: 1439px;
    --p-height: 187px;
}

@media only screen and (max-width: 1068px) {
    .grid-item.grid-item-fitness .overview-fitness-fitness-workouts {
        --p-width: 1063px;
        --p-height: 139px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-fitness .overview-fitness-fitness-workouts {
        --p-width: 397px;
        --p-height: 93px;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .grid-item.grid-item-fitness .tile-body > .tile-headline {
        max-width: 500px;
    }
}

.hero-cta.icon-wrapper {
    margin-top: 33px;
}

@media only screen and (max-width: 1068px) {
    .hero-cta.icon-wrapper {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 734px) {
    .hero-cta.icon-wrapper {
    	margin-top: 30px;
	}
}

.tile-button-wrapper {
    bottom: 14px;
}
@media only screen and (max-width: 1068px) {
    .tile-button-wrapper {
        bottom: 13px;
    }
}

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