@CHARSET "UTF-8";

.ecms_tile { display:table; table-layout:fixed; position:relative; width:100%; max-width:100%; margin:15px 0; }

.ecms_tile .ecms_thumb { display:table-cell; position:relative; padding:0; margin:0; background-color:#F5F5F5; }
.ecms_tile .ecms_details { display:table-cell; position:relative; width:100%; left:0; right:0; top:0; bottom:0; padding:10px; vertical-align:top; }

.ecms_tile .ecms_details .tile_heading { margin:0 0 7px 0; }
.ecms_tile .ecms_details .highlight { margin:3px 0; }
.ecms_tile .ecms_details .synopsis { margin-top:7px; }

.ecms_tile .ecms_details .tile_heading, 
.ecms_tile .ecms_details .highlight { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
