@media (max-width: 991px) {
    .navbar-brand img {
        height: 50px!important;
    }
    .company-header {
        font-size: 1.5em!important;
        width: auto!important;
    }
    .carousel-item {
        height: 200px!important;
        min-height: 400px!important;
    }
    .content-header {
        font-size: 1.5em!important;
    }
}
@media (max-width: 767px) {
    .company-header {
        font-size: 1em!important;
        width: auto!important;
    }
    .content-header {
        font-size: 1.4em!important;
    }
    .carousel-item {
        height: 200px!important;
        min-height: 300px!important;
    }
    .carousel-caption h3{
        font-size: 1.4em!important;
    }
    .jubi {
        top: -60px!important;
        left: -100px!important;
        width: 100px!important;
    }
}
@media (max-width: 575px) {
    #carouselExampleIndicators {
        display: none!important;
    }
    section {
        margin-top: 78px!important;
    }
    .company-header {
        display: none!important;
    }
    .jubi {
        top: -38px!important;
        left: -45px!important;
        width: 50px!important;
    }
    .sub-content {
        margin-top: 78px;
    }
    footer {
        font-size: 0.8em!important;
    }
}
@media (max-width: 400px) {
    footer {
        font-size: 0.6em!important;
    }
}