.landing-images {
    width: 40%%;
    text-align: center;
    float: left;
    font-size: 14px;
}

.landing-images img {
    width: 45%;
    height: auto;
    margin: 2%;
}

#jfb-image img {
    width: 90%;
}

.landing-copy {
    width: 58%;
    float: right;
    text-align: justify;
}

@media only screen 
and (max-width: 815px){

.landing-images {
    width: 99%;
    float: none;
    margin: auto;
}
    
.landing-images img {
    width: 45%;
    margin: 0 5px 5px 5px;
}
    
#jfb-image img {
    width: 90%;
}    
    
.landing-copy {
    width: 90%;
    float: none;
    margin: 0 auto;
}   
}