:root {
    --border-radius: 50%;
    --border-size: 2px;
}

.speakers-container {
    /* background: radial-gradient(92.82% 30.9% at -2.2% 106.86%, rgb(57, 39, 139, 0.2) 0%, rgba(57, 39, 139, 0) 100%), radial-gradient(78.38% 42.35% at 104.98% 47.14%, rgb(57, 39, 139, 0.2) 0%, rgba(57, 39, 139, 0) 100%) white; */
    background-image: url('../assets/images/speakers-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.speakers-container::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc2;
    z-index: -1;
}

.speaker-sub-container{
    z-index: 2;
}

.speakers-img {
    /* background-image: url('../assets/speakers/speakers-img-bg.webp'); */
    background-image: url('../assets/images/bg-gradient.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* @media screen and (max-width: 1600px){
} */