.image-ratio {
    margin: 0 50px;
}

.image-ratio .row .col-lg-6 .img-wrapper{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.image-ratio .row .col-lg-6 .img-wrapper p{
    margin: 20px 0;
}

.image-ratio .row .col-lg-6 .img-wrapper img{
    width: 700px;
    height: 50vh;
}

@media only screen and (max-width: 1500px) {
    .image-ratio .row .col-lg-6 .img-wrapper{
        width: 80%;
    }

    .image-ratio .row .col-lg-6 .img-wrapper img{
        width: 500px;
        height: 40vh;
    } 
}

@media only screen and (max-width: 1100px) {
    .image-ratio .row .col-lg-6 .img-wrapper{
        width: 70%;
    }

    .image-ratio .row .col-lg-6 .img-wrapper img{
        width: 350px;
        height: 30vh;
    } 
}

@media only screen and (max-width: 991px) {
    .image-ratio .row .col-lg-6 .img-wrapper{
        width: 100%;
    }

    .image-ratio .row .col-lg-6 .img-wrapper img{
        width: 100%;
        height: auto;
    } 
}