.our-team-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;

    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.05) 50%,
            rgba(0, 0, 0, 0.25) 75%,
            rgba(0, 0, 0, 0.6) 100%),
        url("https://static.igem.wiki/teams/5972/uploads/page/pagebackground1.webp"),
        url("https://static.igem.wiki/teams/5972/uploads/page/hardware/machineup.webp"),
        url("https://static.igem.wiki/teams/5972/uploads/page/hardware/machinebot.webp");

    background-size:
        100% 100%,
        auto 100%,
        920px 518px,
        582px 349px;
    background-position:
        center center,
        center center,
        417px 153px,
        385px 175px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}