article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }
.caption-bottom { 
  position: relative;  
  overflow: hidden; 
  margin: 0 0px 10px 0;
}
.image-caption { 
  position: absolute; 
  /*background: rgba(0,0,0,0.75); 
  background: rgb(0, 0, 0);
  color: white; 
  padding: 0px;*/
  font-size:14px;
  font-size:0.8vmax; 
text-align:center;
line-height:1.2em;
top:65%;
}
.image-caption p { 
color:#FFF; 
font-size:18px; 
text-align:right;
line-height:20px;
margin-bottom:0px;
}

.caption-bottom .image-caption { bottom: 0px;width: 100%; }
.ie-ccm-image-caption .image-caption {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);   /* IE6 & 7 */
    zoom: 1;
}
@media handheld, only screen and (max-width: 767px) {
	
.caption-bottom { float:left;
margin: 0 20px 10px 0;
}
.image-caption { font-size:16px;
}
}

@media handheld, only screen and (max-width: 628px) {

.caption-bottom { float:none;
margin: 0 auto;
}
}
	
	