.mcl-slideshow-container {
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: interFace;
    height: 100%;
    height: calc(100% - 150px);
    min-height: 300px;
    overflow: hidden;
    padding: 0;
}

.mcl-slideshow-item {
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
    width: 100%;
}

.mcl-slideshow-row {
    text-align: center;
}

.mcl-slideshow-row > .col-xs-10 {
    z-index: 10;
}

.mcl-slideshow-duration-bar {
    background-color: white;
    height: 3px;
    margin-top: -3px;
    position: absolute;
    width: 0%;
    z-index: 1000;
}

.mcl-slideshow-controls {
    background: url(../../../images/background.png);
    height: 40px;
    margin: -38px 0;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.mcl-slide-nav-items {
    float: left;
    padding-top: 1px;
    width: 100%;
    margin: 0 auto;
}

.mcl-slide-pip {
    opacity: 0.5;
}

.mcl-slide-pip.is-active {
    opacity: 1;
}

.mcl-slide-nav-item:hover .mcl-slide-preview {
    display: inline;
}

.mcl-slide-preview {
    border: 1px solid white;
    display: none;
    position: absolute;
    margin-top: -70px;
}

@media (max-width: 767px) {
    .mcl-hero-heading {
        font-size: 14px;
    }
    .mcl-hero-text {
        font-size: 12px;
    }
}
