*{
    margin: 0;
}

img {
    max-width: 1920px;
    width: 100vw;
    object-fit: cover;
    height: 100vh;
}

@media (max-width: 768px) {
}