.ws-elementor-widget-ws-hero{
    height:450px;
    background-color: #eeeeee;
    display: flex;
    flex-direction: column; 
    justify-content: flex-end;
}

.ws-elementor-widget-ws-hero__breadcrumb{
    display: flex;
}

body .qerys-font--h1.ws-elementor-widget-ws-hero__title{
    color:white;
    margin-bottom: 10px;
}

.ws-elementor-widget-ws-hero__title::first-letter {
    text-transform: uppercase;
}

.ws-elementor-widget-ws-hero .qerys-content{
    position: relative;
    bottom: -26px;
    z-index: 3;
}

.ws-elementor-widget-ws-hero__gradient{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 24.5%, rgba(0, 0, 0, 0.00) 75%, rgba(0, 0, 0, 0.40) 100%);
}

.ws-elementor-widget-ws-hero img.ws-elementor-widget-ws-hero__background{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* -- VIDEO -- */

.ws-elementor-widget-ws-hero__player-rgpd{
    display:none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0,0.7);
    color:white;
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
}

.ws-elementor-widget-ws-hero.cookiesDeclined .ws-elementor-widget-ws-hero__player-rgpd{
    display:flex;
}

.ws-elementor-widget-ws-hero__player-rgpd > span {
    padding-inline: 50px;
    text-align: center;
}

.ws-elementor-widget-ws-hero__cookie-button {
    text-decoration: underline;
    cursor: pointer;
}

.ws-elementor-widget-ws-hero__cookie-button:hover {
    color: var(--qerys-primary-color);
}

.ws-elementor-widget-ws-hero__video-player {
    position: absolute;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 60px;
    padding-top: 30px;
    overflow: hidden;
    top:0;
    left:0;
    z-index: 1;
}
.ws-elementor-widget-ws-hero.cookiesDeclined .ws-elementor-widget-ws-hero__video-player {
    z-index: 3;
}

.ws-elementor-widget-ws-hero__video-player > .ws-elementor-widget-ws-hero__player {
    position: absolute;
    top: -50%;
    left: 50%;
    height: 200%;
    width: 100%;
    min-width: 753px;
    display: none;
    pointer-events: none;
    transform: translateX(-50%);
}
.ws-elementor-widget-ws-hero.cookiesAccepted .ws-elementor-widget-ws-hero__video-player > .ws-elementor-widget-ws-hero__player {
    display:block;
}

/* -- VIDEO -- */

@media (max-width:768px){
    /* .ws-elementor-widget-ws-hero__breadcrumb{
        display: none;
    }  */
}