header.carousel {
    height: 35%;
}
header.carousel .contain {
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: contain;
}
.carousel-inner .btn {
    margin-bottom: 10px;
}
.carousel {
    margin-bottom: 20px ;
}
@media(max-width:1000px){
    .carousel-caption > p {
        display: none;
    }
    .carousel-caption > h2 {
        font-size:20px;
    }
    .carousel-indicators {
        display:none;
    }
    .carousel-caption > .btn {
        font-size:12px;
        line-height: 1.5;
    }
}

@media(max-height:600px){
    .carousel-caption > p {
        display: none;
    }
    .carousel-caption > h2 {
        font-size:20px;
    }
    .carousel-indicators {
        display:none;
    }
    .carousel-caption > .btn {
        font-size:12px;
        line-height: 1.5;
    }
}
