body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.full-screen-image {
    background-image: url('/assets/images/dirty_hog_01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
}
