.home{
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
/* .landing{
    background-image: url("../images/product-design/landing-page-5.png");
    height: 100vh;
    background-size:cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
} */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .landing{
        background-image: url("../images/product-design/landing-small.jpg");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .landing{
        background-image: url("../images/product-design/landing-page-5.png");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .landing{
        background-image: url("../images/product-design/landing-page-5.png");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
}
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .landing{
        background-image: url("../images/product-design/landing-page-5.png");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .landing{
        background-image: url("../images/product-design/landing-page-5.png");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }