/*Scale down the images when the screen is 1024 x 864*/
@media(max-width: 1024px){
    .responsive img{
        width: 100%;
        height: 100%;
    }
}

/*Responsive Design for the h-entry class*/
.h-entry{
    width: 85%;
    margin-left: 45px;
    margin-bottom: 75px;
}
