.section-finish .caption-blue {
    transform: translateX(1px);
}
@media only screen and (max-width: 1068px) {
    .section-finish .caption-blue {
        transform: translateX(2px);
    }
}
@media only screen and (max-width: 734px) {
    .section-finish .caption-blue {
        transform: translateX(0px);
    }
}

.section-finish .caption-purple {
    transform: translateX(9px);
}
@media only screen and (max-width: 1068px) {
    .section-finish .caption-purple {
        transform: translateX(7px);
    }
}
@media only screen and (max-width: 734px) {
    .section-finish .caption-purple {
        transform: translateX(0px);
    }
}

.section-finish .caption-starlight {
    transform: translateX(7px);
}
@media only screen and (max-width: 1068px) {
    .section-finish .caption-starlight {
        transform: translateX(8px);
    }
}
@media only screen and (max-width: 734px) {
    .section-finish .caption-starlight {
        transform: translateX(0px);
    }
}

.section-finish .caption-spacegray {
    transform: translateX(18px);
}
@media only screen and (max-width: 1068px) {
    .section-finish .caption-spacegray {
        transform: translateX(19px);
    }
}
@media only screen and (max-width: 734px) {
    .section-finish .caption-spacegray {
        transform: translateX(0px);
    }
}

/* section-buttons-and-connectors large & medium */
.image-specs-buttons-and-connectors .caption-speaker-1 {
    transform: translateX(-9px);
}
@media only screen and (max-width: 1068px) {
    .image-specs-buttons-and-connectors .caption-speaker-1 {
        transform: translateX(5px);
    }
}

.image-specs-buttons-and-connectors .caption-speaker-2 {
    transform: translateX(8px);
}
@media only screen and (max-width: 1068px) {
    .image-specs-buttons-and-connectors .caption-speaker-2 {
        transform: translateX(5px);
    }
}

.image-specs-buttons-and-connectors .caption-usb-connector {
    transform: translateX(17px);
}
@media only screen and (max-width: 1068px) {
    .image-specs-buttons-and-connectors .caption-usb-connector {
        transform: translateX(21px);
    }
}

.image-specs-buttons-and-connectors .caption-top-button {
    transform: translateX(12px);
}
@media only screen and (max-width: 1068px) {
    .image-specs-buttons-and-connectors .caption-top-button {
        transform: translateX(5px);
    }
}
/* section-buttons-and-connectors small */
@media only screen and (max-width: 734px) {
    .image-specs-buttons-and-connectors-1 .caption-speaker-1 {
        transform: translateX(5px);
    }
    .image-specs-buttons-and-connectors-1 .caption-speaker-2 {
        transform: translateX(5px);
    }
    .image-specs-buttons-and-connectors-2 .caption-usb-connector {
        transform: translateX(32px);
    }
}



/* Icon */

.section-built-in-apps .techspecs-app-icon-cal,.section-free-apps .techspecs-app-icon-cal {
    background-size: 52px 52px;
    background-repeat: no-repeat;
    background-image: url(/tw/ipad-air/images/specs/icon_cal__fm7whalv2g2m_large.png);
    width: 52px;
    height: 52px
}

@media (min-resolution: 144dpi),only screen and (min-resolution:1.5dppx) {
    .section-built-in-apps .techspecs-app-icon-cal,.section-free-apps .techspecs-app-icon-cal {
        background-image:url(/tw/ipad-air/images/specs/icon_cal__fm7whalv2g2m_large_2x.png)
    }
}
/* Icon */

/* 2024/5/29 */
.section-buttons-and-connectors .caption-microphone-3 {
    left: 567px;
}
.section-buttons-and-connectors .caption-magnetic-connector {
    bottom: 308px;
}
.section-buttons-and-connectors .caption-smart-connector {
    top: 562px;
}
@media only screen and (max-width:1068px) {
    .section-buttons-and-connectors .caption-microphone-3{
        left: 423px;
    }
    .section-buttons-and-connectors .caption-magnetic-connector {
        bottom: 232px;
    }
    .section-buttons-and-connectors .caption-smart-connector {
        top: 421px;
    }
}

@media only screen and (max-width: 734px) {
    .section-buttons-and-connectors .caption-microphone-1 {
        left: 247px;
    }
    .section-buttons-and-connectors .caption-microphone-2 {
        top: 32px;
    }
    .section-buttons-and-connectors .caption-microphone-3 {
        left: 15px;
    }
    .section-buttons-and-connectors .caption-magnetic-connector {
        bottom: 190px;
    }
    .section-buttons-and-connectors .caption-smart-connector {
        top: 356px;
    }
    .section-buttons-and-connectors .caption-front-camera {
        left: 250px;
    }
    .section-buttons-and-connectors .caption-front-camera-2 {
        left: 260px;
    }
}
/* 2024/5/29 */

.section-built-in-apps .techspecs-app-icon-calendar, .section-free-apps .techspecs-app-icon-calendar {
    background-size: 52px 52px;
    background-repeat: no-repeat;
    background-image: url(/tw/ipad-air/images/specs/icon_calendar__fj812fzrcdqq_large.png);
    width: 52px;
    height:52px
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-built-in-apps .techspecs-app-icon-calendar, .section-free-apps .techspecs-app-icon-calendar {
        background-image:url(/tw/ipad-air/images/specs/icon_calendar__fj812fzrcdqq_large_2x.png)
    }
}