.separation-image {
	margin: inherit;
	padding: inherit;
	
	width: 100%;
	min-height: 50vh;

    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
}

    @supports ( -webkit-touch-callout : none) {
    .separation-image {
    background-attachment:scroll;
    }
    }
    
    @supports not ( -webkit-touch-callout : none) {
    .separation-image {
    background-attachment: fixed;
    }
    }

    .separation-img-1 {
        background-image:url("../fp-img/sep-img-1.jpg");
    }
    .separation-img-2 {
        background-image:url("../fp-img/sep-img-2.jpg");
    }
    .separation-img-3 {
        background-image:url("../fp-img/sep-img-3.jpg");
    }
    .separation-img-4 {
        background-image:url("../fp-img/sep-img-4.jpg");
    }