
#slide1 {
    background: url('../../../images/carousel/v3-ca/carousel_large_01.png') top center no-repeat;
}

#slide2 {
    background: url('../../../images/carousel/v3-ca/carousel_large_02.png') top center no-repeat;
}

#slide3 {
    background: url('../../../images/carousel/v3-ca/carousel_large_03.png') top center no-repeat;
}

#slide4 {
    background: url('../../../images/carousel/v3-ca/carousel_large_04.png') top center no-repeat;
}



@media (max-width: 650px) {

    #slide1 {
        background: url('../../../images/carousel/v3-ca/carousel_small_01.png') top center no-repeat;
    }

    #slide2 {
        background: url('../../../images/carousel/v3-ca/carousel_small_02.png') top center no-repeat;
    }

    #slide3 {
        background: url('../../../images/carousel/v3-ca/carousel_small_03.png') top center no-repeat;
    }

    #slide4 {
        background: url('../../../images/carousel/v3-ca/carousel_small_04.png') top center no-repeat;
    }
}
@media (max-width: 949px) {
    #slide1 {
        background: url('../../../images/carousel/v3-ca/carousel_small_01.png') top center no-repeat;
    }

    #slide2 {
        background: url('../../../images/carousel/v3-ca/carousel_small_02.png') top center no-repeat;
    }

    #slide3 {
        background: url('../../../images/carousel/v3-ca/carousel_small_03.png') top center no-repeat;
    }

    #slide4 {
        background: url('../../../images/carousel/v3-ca/carousel_small_04.png') top center no-repeat;
    }
}