div.summary-photo {
	display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 195px;
    width: 293px;
    padding: 0;
    margin: 0 0 24px 0;
}
div.summary-photo:nth-child(2) {
	margin-left: 25px;
}
@media only screen and (max-width: 980px){
	div.summary-photo {
        height: auto;
        width: 48%;
        margin-bottom: 30px;
    }
    div.summary-photo:after {
        padding-top: 66%;
        display: block;
        content: "";
    }
    div.summary-photo:nth-child(2) {
	    margin-left: 25px;
    }
}
@media only screen and (max-width: 640px){
	div.summary-photo {
        height: auto;
        width: 260px;
        margin-bottom: 30px;
    }
    div.summary-photo:after {
        padding-top: 66%;
        display: block;
        content: "";
    }
    div.summary-photo:nth-child(2) {
        float: right;
        margin-right: 0;
	    margin-left: 20px;
    }
}