/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index:9999;
}




.fill1 {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index:9999;
    
}



.caption-padding {
    padding-bottom:0;
}

.caption-padding1 {
    padding-bottom:0;
    padding-t
}

@media (max-width: 2500px) {


.fill1 {
    background-image: url("https://www.tropicanacorp.com.my/10Ten/img/landing/promotion2.jpg");
}

.caption-padding {
    padding-bottom:100px;
}

.caption-padding1 {
    padding-bottom:160px;
}

  }


@media (max-width: 990px) {
   .fill1 {
    background-image: url("https://www.tropicanacorp.com.my/10Ten/img/landing/promotion2-mobile.jpg");
}

.caption-padding {
    padding-bottom:30px;
}

.caption-padding1 {
    padding-bottom:50%;
}

  } 
