.tailwind-reset {
    position: relative;
}

.tailwind-reset .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Background image */
.weblinks-banner {
    background-image: url('../../images/backgrounds/Portal_Internet_Sites.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

