/* hides the last cover image on mobile *only if an odd number* for an even / symmetrical layout on mobile DM*/


@media only screen and (max-width: 767px) {
.page-7626966 div.page-asset:nth-last-child(1):nth-child(odd){
display: none;
}


@media only screen and (max-width: 767px) {
.page-7644071 div.page-asset:nth-last-child(1):nth-child(odd){
display: none;
}

/* end  17814200174202   DM */
