#content .container {
  margin-bottom: 0px;
}  
#content {
  padding-bottom: 0px;
}
#content .asset { margin-right: 20px; }

/* Title Asset Controls */

#asset_title.copy_right {
  overflow: auto;
}

#asset_title.copy_right img{
  float:left;
  width: 70%;
  margin-right: 15px;
}

#asset_title.copy_left{
  overflow: auto;
}

#asset_title.copy_left img{
  width: 70%;
  float:right;
  margin-left: 15px;
}


/* Image + Text Asset */

.asset.image.copy_right {  overflow: auto; }
.asset.image.copy_right img {   float:left;   }

.asset.image.copy_left {  overflow: auto; }
.asset.image.copy_left img {   float:right;   }
.asset.image.copy_left .copy {  float:right; }
.asset.copy_left .img {  float:right!important; }


.asset.image.copy_left .copy,
.asset.image.copy_right .copy {  width:200px; }

.asset.image.copy_center .copy {  width: 100%; }

.asset,
.asset.image .img,
.asset.image.copy_right .copy { float : left; }


.asset.image.copy_left .copy {    margin-right: 15px; }
.asset.image.copy_right .copy {  margin-left: 15px; }


.asset.txt { width: 550px;}

/* ------------------------------------
Video Sizes
--------------------------------------*/

/* YouTube Sizes */
.size_400 .asset.video .youtube_cont {  width: 679px;  height: 400px; }
.size_550 .asset.video .youtube_cont {  width: 934px;  height: 550px; }

/* Vimeo Sizes */
.size_400 .asset.video .vimeo_cont {  width: 706px;  height: 400px; }
.size_550 .asset.video .vimeo_cont {  width: 971px;  height: 550px; }