#toimagediv{
    
}

.toimagediv{
    width: 100%;
    padding-top: 100px;
    /* The image used */
  background-image: url("cover_shadow_without_title.jpg");

  /* Set a specific height */
  min-height: 100vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .toimagediv{
      width: 100%;
      padding-top: 50px;
      background-image: url("cover_shadow_without_title.jpg");
      min-height: 100vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
}
