.size : 100px;

.parallax {
    /* The image used */
    background-image: url("1.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-parlex {
    padding-top: 0px;
    background-image: url('../images/banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .parlex-back { 
    padding: 60px 20px;
    background-color: rgba(0, 0, 0, 0.37);
    color: #FDFDFD !important;
  }
  .parlex-back h2{
    margin:0 20px;
  }