/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   LOCAL FIXES 
\*------------------------------------*/ 
 
.section-buttons-and-connectors .caption-dual-mics {
   left: 526px;
}


.section-finish .caption-starlight {
	left: 313px;
}

@media only screen and (max-width: 1068px) {
	.section-finish .caption-starlight {
		left: 240px;
	}
}

@media only screen and (max-width: 734px) {
	.section-finish .caption-starlight {
		left: 0;
	}
}

.section-techspecs .column-11-inch .diagram-text li:first-child {
	margin-top: 13px;
}

.section-techspecs .column-11-inch .diagram-text li:nth-child(2) {
	display: none;
}

.section-techspecs .column-12-inch .diagram-text li:first-child {
	margin-top: 9px;
}

.section-techspecs .column-12-inch .diagram-text li:nth-child(2) {
	display: none;
}
 
 
 @media only screen and (max-width: 1068px) {
	 .section-techspecs .column-11-inch .diagram-text li:first-child {
	 	margin-top: 6px;
	 }
	 
	 .section-techspecs .column-11-inch .diagram-text li:nth-child(2) {
	 	display: none
	 }

	 .section-techspecs .column-12-inch .diagram-text li:first-child {
	 	margin-top: 6px;
	 }
	 
	 .section-techspecs .column-12-inch .diagram-text li:nth-child(2) {
	 	display: none;
	 }
 }
 
 @media only screen and (max-width: 734px) {
	.section-buttons-and-connectors .caption-volume {
	   width: 60px;
	}
}

@media only screen and (max-width:1068px) and (min-width: 735px) {
	.section-buttons-and-connectors .caption-smart-connector {
		top: 414px;
	}
}

@media only screen and (max-width:734px) {
	.section-buttons-and-connectors .caption-microphone-1 {
		left: 293px;
	}
}


.section-buttons-and-connectors .caption-microphone-3 {
    left: 566px;
}

@media only screen and (max-width:1068px) {
    .section-buttons-and-connectors .caption-microphone-3 {
        left: 421px;
    }
}

@media only screen and (max-width:734px) {
    .section-buttons-and-connectors .caption-microphone-3 {
        left: 13px;
    }
}

.section-buttons-and-connectors .caption-speaker-1 {
    right: 368px;
}

@media only screen and (max-width:1068px) {
    .section-buttons-and-connectors .caption-speaker-1 {
        left: 125px;
    }
}

@media only screen and (max-width:734px) {
    .section-buttons-and-connectors .caption-speaker-1 {
        left: 130px;
    }
}

.section-buttons-and-connectors .caption-speaker-2 {
    left: 174px;
}

@media only screen and (max-width:1068px) {
    .section-buttons-and-connectors .caption-speaker-2 {
        left: 124px;
    }
}
 
.section-buttons-and-connectors .caption-magnetic-connector {
    bottom: 308px;
 }
 
 @media only screen and (max-width:1068px) {
    .section-buttons-and-connectors .caption-magnetic-connector {
        bottom: 224px;
    }
 }
 
 @media only screen and (max-width:734px) {
    .section-buttons-and-connectors .caption-magnetic-connector {
        bottom: 202px;
    }
 } 
 /*------------------------------------*\ 
   END LOCAL FIXES 
\*------------------------------------*/