html, body {
    height: 100%;
    margin: 0;
} 
.main{
	height:100%;
}
.owl-carousel{
	height:100%;
}
.owl-stage-outer {
    height: 100% !important;    
}
.owl-stage {
     height: 100%;   
}
.owl-item {
    height: 100%;
}
.owl-carousel .item {
	height:100%;
    background: #4dc7a0 none repeat scroll 0 0;
}