.each-slide {
    display: flex;
    width: 100%;
    height: 400px;
}

.each-slide>div {
    width: 100%;
}

.each-slide>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

