.index-background {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.background-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
