.individual-banner-img img {
    width: 100%;
    height: 966px;
    display: block;
    object-fit: cover;
}
.individual-banner {
    position: relative;
}
.individual-banner::before{
    content: "";
    display: block;
    background-image: url("../images/individual-inner-overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.individual-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.single-projects .interactive-space {
    padding: 100px 0 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    .individual-banner-img img {
        height: 750px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .individual-banner-img img{
        height: 750px;
    }
    body.single-projects .interactive-space {
        padding: 100px 0 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .individual-banner-img img {
        height: 650px;
    }
    body.single-projects .interactive-space {
        padding: 70px 0 50px;
    }
}

@media only screen and (max-width: 767px){
    .individual-banner-img img {
        height: 500px;
    }
    body.single-projects .interactive-space {
        padding: 50px 0 50px;
    }
}