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

.rekl-template-2 .rekl {
    position: relative;
    height: 69px;
    width: 100%;
    overflow: hidden;
}

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

.rekl-template-2 .rekl-block {
    position: relative;
    height: 69px;
}

.rekl-template-2 .block-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 69px;
}

.rekl-template-2 .rekl-block .cell {
    display: table-cell;
    vertical-align: middle;
}

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

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

.rekl-template-2 .rekl-block .img-wrapper {
    position: relative;
    width: 120px;
    height: 60px;
    border: 5px solid #ddd;
    overflow: hidden;
}

.rekl-template-2 .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;
    transition: all 1s cubic-bezier(0.15, 0.75, 0.32, 1.01);
}

.rekl-template-2 .rekl-block .img:hover {
    transform: scale(1.2);
}

.rekl-template-2 .rekl-block .title {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}

.rekl-template-2 .rekl-block .title:hover {
    text-decoration: underline;
}

.rekl-template-2 .rekl-block .description {
    color: #777;
    font-size: 13px;
    line-height: 16px;
}
