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





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





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

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

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

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

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

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

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


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


@media only screen and (min-width: 735px) {
	.section-finish .image-specs-finish {
		display: grid;
		justify-content: center;
		justify-items: center;
		grid-template-columns: 30% 31% 30% 33%;
	}

	.section-finish .image-specs-finish figcaption {
		width: unset;
		position: unset;
		padding-top: 12px;
	}
}

.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: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: 228px;
	}
}

.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: 191px;
    }
 }


.energy-flag-list li:nth-child(n+2) {
    margin-inline-start: 0px;
}

.energy-flag-list li:not(:last-child) {
    margin-right: 20px;
}

.energy-flag-list li {
    white-space: nowrap;
}


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