.kasese-hero {
    display: grid;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/kasese-bg.webp);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
    position: relative;
    overflow: hidden !important;
}

#myVideo {
    position: absolute;
    /* right: 0; */
    /* bottom: 0;
    top: 0; */
    width: inherit;
    height: inherit;
    /* left: 0; */
    z-index: 0; 
    object-fit: cover; 
    /* border: 3px dashed purple; */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Black with 30% opacity */
    z-index: 0; 
}

.contentM{
    z-index: 1;
}
.contentM .h1-type-one span{
    font-size: clamp(40px, 5vw, 120px);
}
.fort3-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: left;
}

@media all and (max-width:560px) {
    .members3-1 {
        text-align: center;
    }
    .fort3-2 {
        justify-content: center;
    }
}

.fort3-2 div {
    text-align: center;
    width: min-content;
}

.fort3-2 div img {
    background-color: var(--color-10);
    width: 230px;
    aspect-ratio: 1/1;
}

.kasese-sec-5-1-1 {
    width: 380px;
    min-height: 480px;
    background-color: var(--color-9);
    /* border: 2px dashed pink; */
    min-width: 300px;
}

.kasese-sec-5-1-1:nth-child(1) .img {
    background-image: url(../images/news/42.jpeg);
}

.kasese-sec-5-1-1:nth-child(2) .img {
    background-image: url(../images/news/43.png);
}

.kasese-sec-5-1-1:nth-child(3) .img {
    background-image: url(../images/news/44.jpg);
}


