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



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




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

.unit-image-wrapper {
	z-index: 0;
}

.section-hero .hero-video-container .unit-image-wrapper .hero-app.app-focus {
    left: calc(50% - 333px);
}
.section-hero .hero-video-container .unit-image-wrapper .unit-image-shadow.unit-image-focus-shadow {
    clip-path: inset(0px 8px 4px 89px);
    left: calc(50% - 268px);
}

.section-hero .hero-video-container .unit-image-wrapper .hero-app.app-personal_voice {
    left: calc(50% - 404px);
}
.section-hero .hero-video-container .unit-image-wrapper .unit-image-shadow.unit-image-personal-voice-shadow {
    clip-path: inset(0px 0px 0 192px);
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-video-container .unit-image-wrapper .hero-app.app-focus {
    	left: calc(50% - 269px);
	}
	.section-hero .hero-video-container .unit-image-wrapper .unit-image-shadow.unit-image-focus-shadow {
    	clip-path: inset(0px 8px 4px 85px);
    	left: calc(50% - 232px);
	}
	
	.section-hero .hero-video-container .unit-image-wrapper .hero-app.app-personal_voice {
    	left: calc(50% - 333px);
	}
    .section-hero .hero-video-container .unit-image-wrapper .unit-image-shadow.unit-image-personal-voice-shadow {
    	clip-path: inset(0px 0px 0px 178px);
        right: calc(50% + 67px);
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .hero-video-container .unit-image-wrapper .hero-app.app-personal_voice {
        left: auto;
    }
}

.section-hero .hero-video-container .unit-image-wrapper .hero-app.app-sound_recognition {
    right: calc(50% - 357px);
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-video-container .unit-image-wrapper .hero-app.app-sound_recognition {
        right: calc(50% - 310px);
    }
}
@media only screen and (max-width: 734px) {
    .section-hero .hero-video-container .unit-image-wrapper .hero-app.app-sound_recognition {
        right: calc(50% - 175px);
    }
}

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