.about-us {
    background-position: left;
    background-repeat: no-repeat;
}

.about-us-mobile {
    background-repeat: no-repeat;
}

.img-about-us {
    width: 411px;
    height: 272px;
    object-fit: cover;
}

/* AIONPIK */
.aionpik.about-us {
    background-position-x: calc(100vw * -0.15);
}

.aionpik.about-us-mobile {
    background-position: left;
    background-position-x: calc(100vw * -0.1);
    background-size: 50%;
    background-position-y: 300px;
}

/* AIONBSD */
.aionbsd.about-us {
    background-size: cover;
    padding-bottom: 40px;
}

.aionbsd.about-us-mobile {
    background-position: bottom right;
    background-size: cover;
    padding-bottom: 40px;
}

/* AIONMTHARYONO */
.aionmtharyono.about-us {
    background-size: cover;
    padding-bottom: 40px;
}

.aionmtharyono.about-us-mobile {
    background-position: bottom right;
    background-size: cover;
    padding-bottom: 40px;
}

/* NISSAN SUNTER */
.nissansunter.about-us {
    background-size: cover;
    background-position: top right;
    padding-bottom: 40px;
}

.nissansunter.about-us-mobile {
    background-size: 270%;
    background-position: top right;
    padding-bottom: 40px;
    background-color: #000;
}

