/* Asset Sizes */
.size_500 .asset {   width: 500px; }
.size_600 .asset {   width: 600px; }
.size_650 .asset {   width: 650px; }
.size_700 .asset {   width: 700px; }
.size_750 .asset {   width: 750px; }



/* Image + Text Asset */
#asset_title.copy_right,
.asset.image.copy_right {
  overflow: auto;
}

#asset_title.copy_right img,
.asset.image.copy_right img {
  float:left;
  width: 70%;
  margin-right: 15px;
}
#asset_title.copy_left,
.asset.image.copy_left {
  overflow: auto;
}

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

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

/* YouTube Sizes */
.size_500 .asset.video .youtube_cont {  width: 500px;  height: 301px; }
.size_600 .asset.video .youtube_cont {  width: 600px;  height: 361px; }
.size_650 .asset.video .youtube_cont {  width: 650px;  height: 391px; }
.size_700 .asset.video .youtube_cont {  width: 700px;  height: 421px; }
.size_750 .asset.video .youtube_cont {  width: 750px;  height: 451px; }

/* Vimeo Sizes */
.size_500 .asset.video .vimeo_cont {  width: 500px;  height: 282px; }
.size_600 .asset.video .vimeo_cont {  width: 600px;  height: 338px; }
.size_650 .asset.video .vimeo_cont {  width: 650px;  height: 366px; }
.size_700 .asset.video .vimeo_cont {  width: 700px;  height: 394px; }
.size_750 .asset.video .vimeo_cont {  width: 750px;  height: 423px; }
