body, html {
    height: 100%;
  }
  

  .bg {

    background-image: url("../img/room4a.png");


    /* Full height */
    height: 40%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }