.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
}

.carousel-control-prev {
    z-index: 14;
}
.carousel-control-next {
    z-index: 13; 
}

#carouselButtons {
    position: absolute;
    bottom:10px;
    z-index: 12;
}

.carousel-indicators {
    bottom:75px;
    z-index: 11;
}

.carousel-indicators li {
    width:90px; 
    height:50px;
}

.carousel_indicator0{
    background-image: url(../img/thumbs/web-designing.jpg);
}
.carousel_indicator1{
    background-image: url(../img/thumbs/web-hosting.jpg);
}
.carousel_indicator2{
    background-image: url(../img/thumbs/domain-for-sale.jpg);
}
.carousel_indicator3{
    background-image: url(../img/thumbs/domain-registration.jpg);
}
.carousel_indicator4{
    background-image: url(../img/thumbs/domain-transfer.jpg);
}

.carousel-caption {
    bottom:150px;
}

.carousel-caption h2 {
    color:#32CD32;
}

#playButton,
#pauseButton {
    border:1px solid white;
}

@media (min-width: 361px) and (max-width: 768px) {
    .carousel-indicators {
        bottom:50px;
    }

    #carouselButtons {
        bottom:10px;
    }

    .carousel-caption {
        bottom:100px;
    }
}

@media (max-width: 360px) {
    .carousel-indicators {
        bottom:25px;
    }

    #carouselButtons {
        bottom:10px;
    }

    .carousel-caption {
        bottom:200px;
    }

    .carousel-caption h2 {
        display: inline-block;
    }
}