/* Local Fixes */
/* airpods 3gen hero */
html.no-js .section-airpods-3rd-gen .video-container .static-frame {
	opacity: 1;
}

/* Alt for only 3 tiels in connection section */
@media only screen and (min-width: 1260px) {
	.section-connection .item-container {
		max-width: 1209px;
		margin: auto;
		padding: 0px;
	}
}

@media only screen and (min-width: 1260px) {
	.section-connection .paddlenav {
		display: none;
	}
}

/* Compare fix */
.compare-module-wrapper .airpods-3rd-gen .device-content {
	padding-top: 50px !important;
}

@media only screen and (max-width: 1068px) {
	.compare-module-wrapper .airpods-3rd-gen .device-content {
		padding-top: 29px !important;
	}
}

/* footer border removal */
#ac-globalfooter .ac-gf-sosumi {
	border-top: 0px !important;
	margin-top: 0px !important;
}
