.module1{
    width: calc(100% - 40px);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: static;
}
.module1__images{
    height: 650px;
}
.module1 h3{
    display: block;
    position: relative;
    text-align: center;
    color: #070a306e;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 28pt;
    z-index: 10000;
    top: 200px;
}
.module1 h3 span:nth-child(1){
    display:inline-block;
    transform-origin: right;
    transform: rotate(-30deg);
}
.module1 h3 span:nth-child(2){
    display:inline-block;
    transform-origin: left;
    transform: rotate(30deg);
}
.module1__images .clip_left, 
.module1__images .clip_right{
    overflow: hidden;
}
.module1__block{
    position:relative;
    float: left;
    width: 25%;
    height: 100%;
}
.module1__gradient{
    height: 100%;
   /* outline: 5px solid #95ff21;
    outline-offset: -5px;
    box-shadow: 
        0px 80px 90px -90px #95ff21,
        0px -80px 90px -90px #95ff21;*/

    pointer-events: none;
    display: inline-block;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg,#49ffa46c 10%, #21ff9000 90%);
}
.module1__images img{
    position:relative;
    display: block;
}
.module1__images img:hover{
    filter: blur(5px);
    -webkit-transform: scale(1.3);
	transform: scale(1.1);
}
.module1__images img{
    transition: all 0.33s;
}
.module1 .cliped{   
    top: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
}
.clip_left, .clip_right{overflow: hidden;}
.clip_left{transform:skewY(30deg);}
.clip_left .cliped{transform:skewY(-30deg);}
.clip_right{transform:skewY(-30deg);}
.clip_right .cliped{transform:skewY(30deg);}

.module1__block1{
    top: -100px;
} 
.module1__block2{
    top: 0px;
}
.module1__block3{
    top: 0px;
}
.module1__block4{
    top: -100px;
}

.module1__block1 img{
    top: -170px; 
    left: -105px; 
    width: 190%;
}
.module1__block2 img{
    top: -170px; 
    left: -150px; 
    width: 240%;
}
.module1__block3 img{
    top: -230px; 
    left: -50px; 
    width: 240%;
}
.module1__block4 img{
    top: -170px; 
    left: -105px; 
    width: 200%;
}

.scroll-animation.floating{
    opacity: 0.1;
    margin-top: 50px;
}
.scroll-animation.floating.element-show {
    opacity: 1;
    transition: all 1s;
    margin-top: 0;
}
.scroll-animation.rotate-text1{
    opacity: 0;
    top: 200px;
}
.scroll-animation.rotate-text1.element-show {
    opacity: 1;
    transition: all 1s;
    top: -100px;
}

@media (max-width: 700px)
{
    .module1{
        width: calc(100% - 28px);
    }
    .module1__images{
        height: 430px;
    }
    .module1 h3{
        font-size: 20pt;
        top: 150px;
    }
}
