.jb-hero-image .image img{
    width: 100%;
}

@media screen and (max-width: 1024px){
    .jb-hero-image .image img{
        height: 200px;
        object-fit: cover;
    }
}