
        .parallax-section-effect1 {
            
        }

        .parallax-section-effect1 {
            position:relative;
            height: 200vh;    
        }

        .parallax-section-effect1 .main-image-container {
            height:100vh; /* 100vh*N -- N=number of images*/
            z-index:-1;
        }

        .parallax-section-effect1 .image {
            position: absolute;
            top:0;
            left:0;
            background-size: cover;
            background-repeat: no-repeat;
            height:200vh;
            width: 100vw;
            opacity:0;
            background-attachment: fixed;
            z-index:-1;
        }


        .parallax-section-effect1  .parallax-text-box-wrapper {
            width: calc(100vw - 20px);
            min-height:100vh;
            background: transparent;
            padding: 0px 10px
            
        }
        .parallax-section-effect1 .parallax-text-box-wrapper .parallax-text-box {
            width:30%;
            margin: 0 auto;
            text-align:Center;
            padding:10px;
            border:1px solid black;
            border-radius:10px;
            background:rgba(255,255,255,0.9);
           
            
            
            -webkit-box-shadow: -1px 1px 46px 0px rgba(0,0,0,0.48);
            -moz-box-shadow: -1px 1px 46px 0px rgba(0,0,0,0.48);
            box-shadow: -1px 1px 46px 0px rgba(0,0,0,0.48);
            
        }
        