.MainpageImg{
    position: relative; 
    margin-top: 12px;
    left: 0;

    width: 100vw; 
    max-height: 50vh;
    z-index: -1;

    object-fit: cover;
    object-position: top;
    display: block;
}
