@media screen and (max-width: 1000px) {
    .header-texts { --ml: auto; }
    .header-img { --mr: auto; }
}

@media screen and (max-width: 400px) {
    .header-img { --mw: 250px !important; --h: 250px !important;}
}