#hidden_contact{
    visibility: hidden;
  }

  .backimg{
        /* The image used */
        background-image: url("/images/contact/contact.jpg");

        /* Set a specific height */
        height: 300px;
      
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  }

  #contact{
    margin-top: -40px;
    text-align: justify;
    padding: 0px;
  }

@media screen and (max-width: 1110px) {
 
    #hidden_contact{
      visibility: visible;
    }

    #contact{
      margin-top: 30px;
    }

  }