@charset "UTF-8";
.main-img {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    object-position:0 0 ;
}
@media screen and (min-width:767px) {
    .main-vis {
        display: flex;
        justify-content: space-between;
    }
    .main-img {
        max-width: 500px;
        height: 100vh;
        object-fit: cover;
        
    }
}