.img-logo {
    width: 40%;
}

.customer-section{
    background: #d9f0fa;
}

.analytics_color {
    color: #009cde;
}

.carousel-video {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 600px) {
    .first-video-height{
        height: 35vh!important;
    }
    .first-video-height-div{
        height: 40vh!important;
    }
    .second-video-height{
        height: 35vh!important;
    }
    .second-video-height-div{
        height: 40vh!important;
    }
}

@media only screen and (min-width: 602px) and (max-width: 900px) {
    .first-video-height{
        height: 80vh!important;
    }
    .first-video-height-div{
        height: 80vh!important;
    }
    .second-video-height{
        height: 80vh!important;
    }
    .second-video-height-div{
        height: 80vh!important;
    }
}

@media only screen and (min-width: 901px) and (max-width: 2000px) {
    .first-video-height{
        height: 90vh!important;
    }
    .first-video-height-div{
        height: 90vh!important;
    }
    .second-video-height{
        height: 90vh!important;
    }
    .second-video-height-div{
        height: 90vh!important;
    }
}