.gallerygrid{
    display: block;
    width: 100%;
    margin-top: 20px;

}

.gallerygrid  .gallery_item{
    display: block;
    width: 100%;
    margin-bottom: 80px;
}

.gallerygrid .gallery_item .imagewrapper{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    height: 933px;
    background-size: cover!important;
    background-position: center!important;

}

.gallerygrid .gallery_item .imagewrapper img{
    width: 100%;
    display: block;
    position: relative; 
}

.gallerygrid .gallery_item .imagewrapper .box:nth-child(1){
    width: 300px;
    height: 300px;
    background: white;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.gallerygrid .gallery_item .imagewrapper .box:nth-child(2){
    width: 300px;
    height: 300px;
    background: #151515;
    position: absolute;
    bottom: -300px;
    right: 30px;
}

.gallerygrid .gallery_item:nth-child(odd) .box:nth-child(1){
    right: initial;
    left: 30px;
}

.gallerygrid .gallery_item:nth-child(odd) .box:nth-child(2){
    right: initial;
    left: 30px;
}

.gallerygrid .gallery_item .imagewrapper h2{
    position: absolute;
    top: 90px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 120px;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

.gallerygrid .gallery_item .imagewrapper .box:nth-child(2) h2{color: white;}

.gallerygrid .gallery_item .textwrapper{
    width: calc(100% - 400px);
    min-height: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #151515;
    line-height: 1.5em;
    padding-top: 10px;
}

.gallerygrid .gallery_item .textwrapper p{font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #151515;
    line-height: 1.5em;}

.gallerygrid .gallery_item:nth-child(odd)  .textwrapper{
    margin-left: 380px;
    
}

.gallerygrid .gallery_item:nth-child(even)  .textwrapper{
    margin-left: 20px;
}

.gallerygrid .gallery_item .textwrapper h2{
    font-size: 48px;
    
}

.gallerygrid.small{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;

}

.gallerygrid.small .gallery_item{
    width: 100%; 
    display: block;
    margin-bottom: 20px;
}

.gallerygrid.small .gallery_item:nth-child(odd) .box{
    right: initial;
    left: 30px;
    position: absolute;
}

.gallerygrid.small .gallery_item .box:nth-child(1), .gallerygrid.small .gallery_item .box:nth-child(2){
    width: 150px; height: 150px;
}

.gallerygrid.small .gallery_item .box:nth-child(1){
    bottom: 0;
}

.gallerygrid.small .gallery_item .box:nth-child(2){
    bottom: -150px;
}

.gallerygrid.small .gallery_item .imagewrapper{
    height: 350px; 
    background-size: cover!important;
    background-position: center!important;
}

.gallerygrid.small .gallery_item .imagewrapper h2{
    font-size: 60px;
    top: 40px;
}

.gallerygrid.small .gallery_item .textwrapper{
    margin-left: 30px; width: calc(100% - 230px);
    min-height: initial;
}

.statgrid{
    display: block;

}

.statgrid .statitem{
    padding: 10px 0;
    border-top: 1px solid #151515;
    display: block;
    position: relative;
}

.gallerygrid .gallery_item .textwrapper  .statgrid  .statitem  p{font-size: 13px; color: #151515; line-height: 1em; padding: 10px 0; margin: 0;}

.statgrid  .statitem a{position: absolute; top: 7px; right: 0;}

.page_text{display: block;}

.page_text, .page_text p{font-size: 14px; font-family: "helvetica neue", Helvetica, Arial, sans-serif; line-height: 1.5em;}

@media(max-width: 1600px){
    .gallerygrid .gallery_item .imagewrapper .box:nth-child(1){width: 150px; height: 150px;}
    .gallerygrid .gallery_item .imagewrapper .box:nth-child(2){width: 150px; height: 150px; bottom: -150px;}
    .gallerygrid .gallery_item .imagewrapper h2{font-size: 60px; top: 45px;}

    .gallerygrid .gallery_item:nth-child(odd) .textwrapper{margin-left: 250px;}

    .gallerygrid.small .gallery_item:nth-child(even) .textwrapper{}
    .gallerygrid .gallery_item .textwrapper{min-height: 250px;}

    .gallerygrid .gallery_item.technical .textwrapper{width: 100%; margin-left: 0;}

    .gallerygrid .gallery_item .imagewrapper{height: 750px;}
}

@media(max-width: 1023px){
    .gallerygrid .gallery_item .imagewrapper{height: 550px;}
}

@media(max-width: 840px){
    .gallerygrid .gallery_item:nth-child(odd) .textwrapper{
        width: calc(100% - 210px);
        margin-left: 210px;
    }

    .gallerygrid .gallery_item .imagewrapper{height: 450px;}

    .gallerygrid .gallery_item:nth-child(even) .textwrapper{
        width: calc(100% - 210px);
        
    }
    .gallerygrid .gallery_item .textwrapper, .gallerygrid .gallery_item .textwrapper p{
        font-size: 14px;
    }
    

    .gallerygrid .gallery_item .textwrapper h2{
        font-size: 30px;
        margin: 0 0 10px 0;
    }

    .gallerygrid.small{
        grid-template-columns: 1fr;
    }

    .gallerygrid .gallery_item.technical .textwrapper, .gallerygrid.small .gallery_item.technical .textwrapper{
        width: 100%; margin-left: 0; left: initial; right: initial;
    }

    .gform_wrapper{
        width: calc(100% + 20px)!important;
    }(1)

    .gform_wrapper ul.gform_fields{
        width: calc(100% + 24px);
    }

    .gallerygrid .gallery_item .textwrapper, .gallerygrid.small .gallery_item .textwrapper{min-height: 100px;}
}

@media(max-width: 640px){
    .gallerygrid .gallery_item .imagewrapper{height: 350px;}
}

@media(max-width: 540px){
    .gallerygrid .gallery_item .imagewrapper .box:nth-child(1),  .gallerygrid.small .gallery_item .imagewrapper .box:nth-child(1){
        width: 60px; height: 60px; padding: 15px;
    }

    .gallerygrid .gallery_item .imagewrapper .box:nth-child(2), .gallerygrid.small .gallery_item .imagewrapper .box:nth-child(2){
        width: 60px; height: 60px; padding: 15px;
        bottom: -90px;

        
    }

    .gallerygrid .gallery_item:nth-child(odd) .box:nth-child(1), .gallerygrid .gallery_item:nth-child(odd) .box:nth-child(2), .gallerygrid.small .gallery_item:nth-child(odd) .box:nth-child(1), .gallerygrid.small .gallery_item:nth-child(odd) .box:nth-child(2){
        left: 10px;
    }

    .gallerygrid .gallery_item:nth-child(even) .box:nth-child(1), .gallerygrid .gallery_item:nth-child(even) .box:nth-child(2), .gallerygrid.small  .gallery_item:nth-child(even) .box:nth-child(1), .gallerygrid.small  .gallery_item:nth-child(even) .box:nth-child(2){
        right: 10px;
    }

    .gallerygrid .gallery_item .imagewrapper h2, .gallerygrid.small .gallery_item .imagewrapper h2{top: 15px;}

    .gallerygrid .gallery_item:nth-child(odd) .textwrapper{
        width: calc(100% - 130px);
        margin-left: 130px;
    }

    .gallerygrid .gallery_item:nth-child(even) .textwrapper{
        width: calc(100% - 130px);
        
    }
}

