.rekl-template-1 {
    position: relative;
}

.rekl-template-1 .rekl {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.rekl-template-1 .rekl.-loaded {
    overflow: visible;
}

.rekl-template-1 .rekl-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}

.rekl-template-1 .block-inner {
}

.rekl-template-1 .rekl-block .img-cell {
    width: 130px;
    vertical-align: top;
}

.rekl-template-1 .rekl-block .text-cell {
    padding-left: 10px;
}

.rekl-template-1 .rekl-block .img-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
}

.rekl-template-1 .rekl-block .img {
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}

.rekl-template-1 .rekl-block .description {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: table;
    padding: 8px;
    color: #000;
    background: rgba(255, 255, 255, 0.62);
    opacity: 0;
    transition: opacity 200ms ease-out;
    text-align: center;
    table-layout: fixed;
    height: 100%;
}
.rekl-template-1 .rekl-block .description-inner {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    padding: 20px;
}

.rekl-template-1 .rekl-block .img:hover .description {
    opacity:1;
}
.rekl-template-1 .rekl-block .title {
    color: inherit;
}