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;
}

.fill2 {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill3 {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.ramLogo{
    position: relative;
    bottom: 10px;
}

.fill2
{
    background-image: url(../RamapirData/ramapirjayanti-15.JPG);
}

.fill3{
    background-image: url(../RamapirData/ramapirjayanti-28.JPG);
}

@media only screen and (max-width: 940px){
    .fill2{
        background-image: url(../RamapirData/bg1_small.jpg);
    }
    .fill3{
        background-image: url(../RamapirData/bg3_small.jpg);
    }
}

.btn.btn-primary
{
    position: fixed;
    z-index: 2000;
}

.wrapper {
    text-align: center;
    height: 0px;
    margin-right: 100px;
}

.btn.btn-primary{
    position: absolute;
    top: 88%;
}

