/*.middleCol1{
    background-image: url('{% static 'image/leaf.png' %}');
    background-size: 50% 50%; 
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%; 
    background-position: 50px 30px;
    }
    .middleCol2{
    background-image: url('{% static 'image/leaf1.png' %}');
    background-size: 50% 50%; 
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%; 
    background-position: 50px 150px;
}*/

.half {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
}

.left {
    left: 0;
    background-color: #E6EEE1 ;  
}

.right {
    right: 0;
    background-color: #09422d; 
}
.middleCol1 img{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 1;
}
.middleCol2 img{
    position: absolute;
    width: 100%; 
    height:100%;
    top:0;
    z-index: 0;
}
.middleCol2{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: visible;
}