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






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




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


@media only screen and (max-width: 1068px) {
    html.no-enhanced .section-chip .subsection-cpu .picture-wrapper-base {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 734px) {
    html.no-enhanced .section-chip .subsection-cpu .picture-wrapper-base {
        margin-top: 40px;
    }
}





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



/*------------------------------------*\
   REPLAY BUTTON
\*------------------------------------*/

.section-cameras .inline-video-button.link span {
	width: 180px;
	text-align: center;
}

.section-apps .inline-video-button.link span {
	width: 200px;
	text-align: center;
}


/* Cameras Enhanced Replay Button */

.enhanced .section-cameras .inline-video-button.link {
	left: 28%;
	top: 6px;
}

@media only screen and (max-width: 1068px) {
.enhanced .section-cameras .inline-video-button.link {
	left: 29%;
	top: 5px;
	}
}

@media only screen and (max-width: 734px) {
.enhanced .section-cameras .inline-video-button.link {
	left: 29%;
	top: -70px;
	}
}

/* End Cameras Enhanced Replay Button */


/* Cameras Base Replay Button */

.section-cameras .inline-video-button.link {
	left: 26%;
	top: 5px;
}

@media only screen and (max-width: 1068px) {
.section-cameras .inline-video-button.link {
	left: 52%;
	top: -46px;
	}
}

@media only screen and (max-width: 734px) {
.section-cameras .inline-video-button.link {
	left: 54%;
	top: -60px;
	}
}

/* End Cameras Base Replay Button */





/* Apps Enhanced Replay Button */

.enhanced .section-apps .inline-video-button.link {
	left: 72%;
	top: -70px;
}

@media only screen and (max-width: 1068px) {
.enhanced .section-apps .inline-video-button.link {
	left: 68%;
	top: -36px;
	}
}

@media only screen and (max-width: 734px) {
.enhanced .section-apps .inline-video-button.link {
	left: 65%;
	top: -45px;
	}
}

/* End Apps Enhanced Replay Button */


/* Apps Base Replay Button */

.section-apps .inline-video-button.link {
	left: 71%;
	top: -70px;
}

@media only screen and (max-width: 1068px) {
.section-apps .inline-video-button.link {
	left: 67%;
	top: -30px;
	}
}

@media only screen and (max-width: 734px) {
.section-apps .inline-video-button.link {
	left: 74%;
	top: -38px;
	}
}

/* End Apps Base Replay Button */



/*------------------------------------*\
   END REPLAY BUTTON
\*------------------------------------*/
