

.img-review-cover {
float: left; 
margin-top:0.25em;
margin-right: 1em;
margin-bottom: 0.5em;
height:260px;
width:185px;
}

.p-essay-hyphens {
}

@media only screen and (max-width: 500px)
{
     .p-essay-hyphens {
         hyphens:auto;
        -moz-hyphens:auto;
        overflow-wrap:break-word;
        -webkit-hyphens:auto;
        word-wrap:break-word;
    }
}

@media only screen and (max-width: 400px) {.img-review-cover{width:170px;height:240px;}}
@media only screen and (max-width: 350px) {.img-review-cover{width:160px;height:225px;}}



