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

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

.rekl-template-2 .swiper-container {
    height: 140px;
}

.rekl-template-2 .rekl-slide {
    
    position: relative;
    width: 100%;
}

.rekl-template-2 .img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.rekl-template-2 .info {
    position: absolute;
    background: rgba(0, 0, 0, 0.71);
    color: #fff;
    padding: 17px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: all 240ms ease-out;
}

.rekl-template-2 .link:hover .info {
    opacity: 1;
}

.rekl-template-2 .title {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rekl-template-2 .description {
    font-size: 13px;
    line-height: 18px;
    height: 75px;
    overflow: hidden;
    display: block;
    margin-top: 15px;
}

#main-menu .submenu-addon .rekl-template-2 .link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
