/* English overrides – replaces German UI screenshots with English versions */
.phone {
    background-image: url(../img/big-en.png) !important;
}
.phone-hide {
    background-image: url(../img/UseThisPhone-en.png) !important;
}
@media (max-width: 1200px) {
    .phone {
        background-image: url(../img/middle-en.png) !important;
    }
}
