.mcl-carousel-item-new-top,
.mcl-carousel-move-right {
    position: absolute;
}

.mcl-carousel-item-new-bottom,
.mcl-carousel-move-left {
    position: absolute;
    top: 300px;
}

.mcl-carousel-move-left {
    color: red;
}

.mcl-feature-carousel {
    /*background: url(../../../images/homepage-bottom.jpg) top center;*/
    background-repeat: no-repeat;
    background-size: cover;
    font-family: interFace;
    height: 400px;
    margin: 0;
}

@media (max-width: 767px) {
    .mcl-feature-carousel {
        background-attachment: fixed;
        background-position: 70% 0;
        height: auto;
        margin:  0;
    }

    .mcl-feature-carousel-row .mcl-feature-navigaton-link {
        padding-top: 42px;
    }

    .mcl-feature-carousel-row .mcl-feature-carousel-item {
        border: none;
        border-top: 1px solid rgba(150, 150, 150, 1);
        height: 155px;
    }

    .mcl-feature-carousel-item .mcl-feature-navigaton-tagline {
        padding: 0;
    }
}

.mcl-feature-carousel-item {
    border-right: 1px solid rgba(150, 150, 150, 1);
    height: 200px;
    padding: 0;
}

.mcl-feature-carousel-item:first-child,
.mcl-feature-carousel-item:nth-child(2),
.mcl-feature-carousel-item:nth-child(3) {
    border-bottom: 1px solid rgba(150, 150, 150, 1);
    border-top: 1px solid rgba(150, 150, 150, 1);
}

.mcl-feature-carousel-item:nth-child(3),
.mcl-feature-carousel-item:nth-child(6) {
    border-right: none;
}

.mcl-feature-navigaton-link {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    height: 100%;
    padding-top: 64px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

.mcl-feature-navigaton-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;

    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.mcl-feature-navigaton-text {
    line-height: 100%;
}

.mcl-feature-navigaton-heading {
    color: #fff;
    font-family: 'sereneMTC';
    font-size: 16px;
    padding: 0 10px;
}

.mcl-feature-navigaton-tagline {
    color: rgba(207, 207, 207, 1);
    font-size: 14px;
    font-weight: 200;
    margin: 0;
    padding: 0 10px;
}

.mcl-carousel-protector {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mcl-mobile-nav {
    position: absolute;
}

.mcl-feature-carousel-item-picture {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}
