html, body {
    margin: 0;
    padding: 0;
}

.hoverDesign {
    background-image: url(design0.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 79 / 30;
    

}

.hoverDesign:hover {
    background-image: url(design1.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.hugebox {
    width: 60vw;
    height: 100vh;
    display: grid;
    grid-gap: 150px;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    place-items: center;
    
}

.hoverVideo {
    background-image: url(video0.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 3508 / 2481;

}

.hoverVideo:hover {
    background-image: url(video1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}