#video-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    opacity: .25;
}

#video-container {
    position: relative;
    overflow: hidden;
}

#video-main {
    position: relative;
    z-index: 5;
}

#img-card-1 {
    background-repeat: no-repeat;
    background: url("/media/img/photos/pexels-nappy-936089.jpg"), linear-gradient(to right, black, black);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: top center;
    min-height: 15rem;
    transition: all ease-in-out 1s;
}

#img-card-2 {
    background-repeat: no-repeat;
    background: url("/media/img/photos/CLOUD_INFRASTRUCTURE_ENGINEER.jpg"), linear-gradient(to right, black, black);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: top right;
    min-height: 15rem;
    transition: all ease-in-out 1s;
}

#img-card-1:hover {
    background: url("/media/img/photos/pexels-nappy-936089.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top left;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

#img-card-2:hover {
    background: url("/media/img/photos/CLOUD_INFRASTRUCTURE_ENGINEER.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top center;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

.card:hover #img-card-1 {
    background: url("/media/img/photos/pexels-nappy-936089.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top left;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

.card:hover #img-card-2 {
    background: url("/media/img/photos/CLOUD_INFRASTRUCTURE_ENGINEER.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: top center;
    min-height: 15rem;
    box-shadow: inset 0px 0px 22px;
}

@media (min-width: 576px) {
    #img-card-1 {
        min-height: 20rem !important;
    }

    #img-card-2 {
        min-height: 20rem !important;
    }

    #img-card-1:hover {
        min-height: 20rem;
    }

    #img-card-2:hover {
        min-height: 20rem;
    }
}

@media (min-width: 768px) {
    #img-card-1 {
        min-height: 22rem !important;
    }

    #img-card-2 {
        min-height: 22rem !important;
    }

    #img-card-1:hover {
        min-height: 22rem;
    }

    #img-card-2:hover {
        min-height: 22rem;
    }
}

@media (min-width: 992px) {
    #img-card-1 {
        min-height: 25rem !important;
    }

    #img-card-2 {
        min-height: 25rem !important;
    }

    #img-card-1:hover {
        min-height: 25rem;
    }

    #img-card-2:hover {
        min-height: 25rem;
    }
}

.rgpd-cookies {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
