/* Mein L&T */
.mein-lt {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px 30px;
    }
    .mein-lt-swiper {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    }
    .mein-lt-swiper a {
        color: #fff;
    }
    .mein-lt-swiper .imagewrapper {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    height: 180px;
    }
    .mein-lt-swiper .imagewrapper img {
        width: auto;
        height: 180px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        }
        .mein-lt-swiper .title {
        margin-top: 5px;
        }
    .mein-lt-swiper .imagewrapper.placeholder {
        background: #4cc2f1;
    }
    .mein-lt-swiper .imagewrapper.placeholder .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .mein-lt-swiper .imagewrapper.placeholder .icon img {
        width: 50px;
    }