
.banner-responsive .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-color: rgba(0,0,0,0.5);
}
.banner-responsive .absolute-container .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.banner-responsive .absolute-container .container h1{
    font-size: clamp(40px, 7vw - 0.5rem, 100px);
}
.banner-responsive .absolute-container .container h1,
.banner-responsive .absolute-container .container h2{
    text-align: center;
}

.banner-responsive .absolute-container .container h1,
.banner-responsive .absolute-container .container h2{
    max-inline-size: 60%;
    color: #fff;
}

