#featured {
    width: 940px;
    height: 450px;
    overflow: hidden;
    left: 80px;
}

#featured>img,
#featured>div,
#featured>a {
    display: none;
}

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
    margin: auto;
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden
}

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
}

div.slider-nav {
    display: block;
}

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

div.slider-nav span.right {
    background: url(images/right-arrow.png) no-repeat;
    right: 0;
}

div.slider-nav span.left {
    background: url(images/left-arrow.png) no-repeat;
    left: 0;
}

@media (max-width: 992px) {
    div.slider-nav span {
        width: 0.5rem;
        height: 1rem;
        text-indent: -9999px;
        position: absolute;
        z-index: 1000;
        top: 50%;
        margin-top: -0.5rem;
        cursor: pointer;
    }
    div.slider-nav span.right {
        background-size: 80% 100%;
    }
    div.slider-nav span.left {
        background-size: 80% 100%;
        left: 0.1rem;
    }
}