/*--BEGINNING--styles for homepage of Adjust brand--*/

@media (min-width: 768px) {
.home_carousel.fullImagehero_variation.dyn_hero_carousel_left_content .home_carousel_overlay, .home_carousel.fullImagehero_variation.dyn_hero_carousel_right_content .home_carousel_overlay {
    width: 31rem;
}

.home_carousel.fullImagehero_variation.dyn_hero_carousel_left_content .gredient_shades.lighter_gredient, .home_carousel.fullImagehero_variation.dyn_hero_carousel_right_content .gredient_shades.lighter_gredient {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.85) 55%, transparent 90%);
}
}

@media (max-width: 760px) {
.home_carousel.fullImagehero_variation.dyn_hero_carousel_left_content .gredient_shades.lighter_gredient, .home_carousel.fullImagehero_variation.dyn_hero_carousel_right_content .gredient_shades.lighter_gredient {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.85) 75%, transparent 125%);
}
}

/*--END--styles for homepage of Adjust brand--*/