.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: none;

}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
        margin: 0;
    padding: 0;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: 400px !important;
    object-fit: cover;

}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 35px;
    height: 35px;
    text-decoration: none;

}

.jcarousel-control-prev {
    left: 10%;
    background: url(../images/prev.png) no-repeat center center;
}

.jcarousel-control-next {
    right: 10%;
    background: url(../images/next.png) no-repeat center center;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 8px;
    width: 8px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    border: solid 2px #FFF;
    text-indent: -9999px;

    margin-right: 7px;

}

.jcarousel-pagination a.active {
    background: #d41217;
    color: #fff;
    opacity: 1;

}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 18px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}
