body {
    background-color: #000;
    background-image: url("poster-1.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;



}


#bg {
  
  background-position: auto;

  /* Preserve aspet ratio */
  min-width: 100%;
  max-height: 100%;
}
