.moment.first {
    background: none
}

.moment.first img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.moment.first:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #083b68b9, transparent 65%)
}

.moment.first span {
    z-index: 2
}

.moment.second {
    background: none
}

.moment.second img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.moment.second:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #083b68b9, transparent 65%)
}

.moment.second span {
    z-index: 2
}


.moment.third {
    background: none
}

.moment.third img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.moment.third:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #083b68b9, transparent 65%)
}

.moment.third span {
    z-index: 2
}