
html {
    background-image:url('../images/dramatic-wine1380-ls.jpg');
    background-size:cover;
    background-position:center;
}

body {
    color:#EFEFEF;
    font-family: sans-serif;
    text-align:center;
}

main {
    display:flex;
    align-items: center;
    width:100%;
    height:100%;
    justify-content: center;
}

section {

}
@media screen and (max-width: 768px) {
    html {
        background-image: url('../images/dramatic-wine768-pt.jpg');
    }
}

@media screen and (min-width:769px) and (max-width: 1024px) {
    html {
        background-image: url('../images/dramatic-wine1024-ls.jpg');
        background-position:center right;
    }
}

@media screen and (max-width: 480px) {
    html {
        background-image: url('../images/dramatic-wine768-pt.jpg');
    }
}





/*481px — 768px: iPads, Tablets
769px — 1024px: Small screens, laptops
1025px — 1200px: Desktops, large screens
1201px and more —  Extra large screens, TV*/