html, body {
    margin: 0px;
    height: 100%;
}
.container {
     width: 100%;
     height: 100%;
     background-color: #000000; 
     background-image: url("images/IMG_8284.JPG");
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
}
