html{
    overflow: hidden;
    margin: 0px;
}
body{
    margin: 0px;
    overflow: hidden;
    text-align: center;
    background-image: url('./bg.jpg');
    background-size: cover;
    background-position: top;
}
.video-engie{
    position: absolute;
    height: 140%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.bg-engie{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    scale: 1.4;
}
.mask-engie{
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: rgba(0,0,0, 0.77);
}

.logo-engie{
    max-width: 450px;
    width: 100%;
}
.content-center{
    font-family: "Lato",sans-serif;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    width: 100%;
    max-width: 1024px;
    mix-blend-mode: hard-light;
}
.text-engie h2{
    font-size: 4vw;
    font-weight: bold;
    background: linear-gradient(135deg,#00bcfd,#23d2b5);
}
.text-engie h4{
    font-size: 2vw;
    font-weight:900;
    line-height: 0;
}

@media only screen and (max-width: 1300px) {
    .bg-engie{
        scale: 1.8;
    }
}
@media only screen and (max-width: 900px) {
    .bg-engie{
        scale: 2.5;
    }
    .text-engie h2{
        font-size: 6vw;
    }
    .text-engie h4{
        font-size: 3vw;
    }
}
@media only screen and (max-width: 600px) {
    .bg-engie{
        scale: 3.8;
    }
}
@media only screen and (max-width: 400px) {
    .bg-engie{
        scale: 4.5;
    }
}
@media only screen and (max-width: 600px) {
    .logo-engie{
        width: 90%;
    }
    .text-engie h2{
        font-size: 10vw;
    }
    .text-engie h4{
        font-size: 4vw;
    }

}