.costum_container {
    width: 100%;
    height: 100vh;
    /* background: red; */
    display: flex;
    flex-direction: column;
    position: relative;
}
@media only screen and (max-width: 600px) {
    .costum_container {
        height: 40vh;
    }
}

/* .costum_container img {
    width: 100%;
    height: 100%;
} */

.image1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border: 1px solid red; */
}
.image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
}
