.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url('../../images/about/nimg1920_4.jpg');
}

.framework-content{
    padding: 100px 0px 50px 0px;
}
.framework-content img{
    width: 100%;
}
@media screen and (max-width: 1004px){
    .nybanner{
        background-image:  url('../../images/about/nimg640_4.jpg');
        height: 220px;
    }
    .framework-content {
        padding: 50px 0px 20px 0px;
    }
}