/* WebP support with fallback for zodiac background */
.as_zodiac_sign_wrapper {
    background-image: url('../images/bg1.jpg');
}

/* For browsers that support WebP */
.webp .as_zodiac_sign_wrapper {
    background-image: url('../images/bg1.webp');
}

/* Add WebP detection script support */
.no-webp .as_zodiac_sign_wrapper {
    background-image: url('../images/bg1.jpg');
}