.blox-theme-default .blox-caption-container {
bottom: 0;
left: 0;
position: absolute;
text-align: left;
width: 100%;
}
.blox-theme-default .blox-caption-wrap {
background: rgba(0, 0, 0, .4);
color: #fff;
padding: 10px 20px;
} .blox-theme-default .blox-image-container {
margin: 0 auto;
position: relative;
text-align: center;
width: 100%;
}
.blox-theme-default .blox-image-wrap {
display: inline-block;
position: relative;
width: 100%;
}
.blox-theme-default .blox-image-container img {
vertical-align: top; 
} .blox-theme-default .blox-image-wrap.blox-image-background {
display: block;
position: relative;
width: 100%;
height: 400px; background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.blox-theme-default .blox-image-wrap.blox-image-background a {
display: block;
width: 100%;
height: 100%;
}