.uv-banner-section {
    position: relative;
}

.uv-banner-wrapper {
    z-index: 4;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 575px;
    justify-content: center;
}

.uv-banner-overlay {
  
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.uws-integration.uws-events .uwsflyercont::before{
    padding-top: 100% !important;
}

.banner-bg {
    position: absolute;
    height: 100%;
    top: 0px;
    width: 100%;
    object-fit: cover;
}

.uv-banner-wrapper .banner-title{
    color: #fff;
    margin-top: 0px;
    margin-bottom: .7em;
}

.uv-banner-wrapper .banner-subtitle{
    color: #fff;
    margin-top: 0px;
    margin-bottom: .7em;
}

.uv-banner-wrapper .uv-banner-contet{
    color: #fff;
}

.uv-banner-wrapper .uv-buttons{
    display: flex;
    gap: 15px;
}