.section-techspecs .section-in-the-box .specs-in-the-box-14-inch {
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 624px;
    --p-height:874px;
}

@media only screen and (max-width: 1068px) {
    .section-techspecs .section-in-the-box .specs-in-the-box-14-inch {
        --p-width: 481px;
        --p-height:700px;
    }
}

@media only screen and (max-width: 734px) {
    .section-techspecs .section-in-the-box .specs-in-the-box-14-inch {
        --p-width: 257px;
        --p-height:376px;
    }
}

.table-table-16.techspecs.with-3-columns .techspecs-section.section-audio-playback .techspecs-column[aria-colspan="2"] {
	width: 75%;
}