.speakers-bg-image{
    /* background: url('../assets/images/speakers-back.webp'); */
    /* background-position: center; */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .speakers-body:nth-child(5n+1) .speakers-bg-image{
    background: #1177FF;
}

.speakers-body:nth-child(5n+2) .speakers-bg-image{
    background: #1D9BFF;
}

.speakers-body:nth-child(5n+3) .speakers-bg-image{
    background: #48B7FF;
}

.speakers-body:nth-child(5n+4) .speakers-bg-image{
    background: #9BD9FE;
} */