figure img{
    width: 80%;
}

@media (max-width: 985px){
    figure img{
        width: 90%;
    }
}

@media (max-width: 767px){
    figure img{
        width: 100%;
    }
}