/******** Localised images start ********/

/******** Localised images end ********/

/******** Local fixes start ********/
.specs-itb-power-adapter {
	--p-width: 137px;
	--p-height: 100px;
	width: var(--p-width);
	height: var(--p-height);
}

@media only screen and (max-width: 1068px) {
	.section-in-the-box .box-power-adapter .box-label {
		bottom: 17px;
	}
}

@media only screen and (max-width: 734px) {
	.specs-itb-power-adapter {
		--p-width: 124px;
		--p-height: 92px;
	}
}
/******** Local fixes end ********/
