.asset {
  background-color: #f5f5f1;
  border: 4px solid #f5f5f1;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 1em;
  position: relative;
  text-align: center;
  vertical-align: top; }
  .asset:hover {
    box-shadow: 0 1px 3px #4B9BE0; }
  .asset.selected {
    box-shadow: 0 1px 3px #4B9BE0; }
  .asset img {
    width: 100%;
    vertical-align: middle; }
  .asset header {
    background: none repeat scroll 0 0 #F5F5F1;
    display: block;
    font-family: Futura,Verdana;
    line-height: 2em;
    margin: 0;
    position: relative;
    height: 2em; }
  .asset .header_content {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.asset_wall {
  text-align: center; }
  .asset_wall .asset .image_container {
    font-size: 0;
    display: block;
    overflow: hidden;
    line-height: 200px;
    width: 200px;
    height: 200px; }
  .asset_wall .asset img {
    width: auto;
    max-height: 200px;
    max-width: 200px;
    vertical-align: middle; }
  .asset_wall .asset header {
    width: 200px; }

.asset_stack {
  text-align: left;
  margin: 1em; }
  .asset_stack + .asset_stack {
    margin-top: 2em; }
  .asset_stack .asset {
    display: none;
    margin: 0; }
  .asset_stack .asset:first-child {
    display: inline-block; }

.media_uploads .asset_wall .asset .image_container, .items .asset_wall .asset .image_container {
  font-size: 0;
  display: block;
  overflow: hidden;
  line-height: 165px;
  width: 165px;
  height: 165px; }
.media_uploads .asset_wall .asset img, .items .asset_wall .asset img {
  width: auto;
  max-height: 165px;
  max-width: 165px;
  vertical-align: middle; }
.media_uploads .asset_wall .asset header, .items .asset_wall .asset header {
  width: 165px; }

.galleries .asset_wall .asset .image_container, .gallery .asset_wall .asset .image_container, .item_record .asset_wall .asset .image_container {
  font-size: 0;
  display: block;
  overflow: hidden;
  line-height: 175px;
  width: 175px;
  height: 175px; }
.galleries .asset_wall .asset img, .gallery .asset_wall .asset img, .item_record .asset_wall .asset img {
  width: auto;
  max-height: 175px;
  max-width: 175px;
  vertical-align: middle; }
.galleries .asset_wall .asset header, .gallery .asset_wall .asset header, .item_record .asset_wall .asset header {
  width: 175px; }
