#bg{
    min-height: 100vh;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-size: cover;
    background-position: center;
    padding: 2vw;
}
img{
    width: 100vw;
    max-width: 100%;
}