.slides-background {
    position: absolute !important;
    height: 90%;
    width: 90%;
    left: 0; 
    right: 0; 
    top: 0;
    bottom: 0;
    margin-left: auto; 
    margin-right: auto; 
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 30px;
    background-color: #0005496c;
}
video {
    /** Simulationg background-size: cover */
    object-fit: cover;
    height: 100%;
    width: 100%;
  
    position: absolute;
    top: 0;
    left: 0;
  }

.img-container {
position: relative;
}


.ebpf-logo-b  {
    transform: translate(-6px,-6px);
}

.overlay-img {
    position: absolute;
    z-index: 1;
    top: 4px;
}

.adjust-img-50vh {
    height: 50vh;
}
.adjust-full-screeb {
   object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

@supports (-webkit-text-stroke: 1px black) {
    
    h1 {
        -webkit-text-stroke: 2px white;
        -webkit-text-fill-color: black;
    }
    h2 {
        -webkit-text-stroke: 2px white;
        -webkit-text-fill-color: black;
    }
    h3 {
        -webkit-text-stroke: 2px white;
        -webkit-text-fill-color: black;
    }
    h4 {
        -webkit-text-stroke: 2px white;
        -webkit-text-fill-color: black;
    }

  }