.obj-title-wrap {
    position: absolute;
    color: #ffffff;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 35px 0 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000000;
}
.obj-title-wrap .obj-title-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}
.obj-title-wrap .obj-title-back{
    background: none;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
    background-color: transparent;
}
.obj-title-wrap .obj-title {
    padding: 0px 10px;
    color: #ffffff;
    position: relative;
    z-index: 5;
    display: block;
    text-decoration: none;
}
.action-image{
    height: 115px;
}
.image-center{
    height: 115px;
}
@media (min-width: 600px){

}
@media (min-width: 700px){}
@media (min-width: 341px) and (max-width: 549px){}
@media (max-width: 340px){}