.jcarousel-wrapper {
    position: relative;
    height: 400px;
    height: calc(100vw/1920 * 780);
}

/** Carousel **/

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

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

.jcarousel li {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.jcarousel li::before { content: ""; display: none; }

.jcarousel .img {
    background-position: center center;
    background-size: cover;

    /*
    background-attachment: fixed;
    background-position: center top 156px;
    background-size: 100%;
    background-repeat: no-repeat;
    */

    height: 400px;
    height: calc(100vw/1920 * 780);
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.jcarousel-pagination a {
    border: 3px solid #000;
    background: #f0f0f0;
    border-radius: 25px;
    /*text-decoration: none;*/
    display: inline-block;
    /*font-size: 11px;*/
    height: 35px;
    width: 35px;
    /*line-height: 1em;*/
    /*text-align: center;*/
    padding-top: 2px;
    text-indent: -9999px;
    margin-right: 30px;
}

.jcarousel-pagination a.active, .jcarousel-pagination a:hover {
    /*background: #87b43b;*/
    /*color: #fff;*/
    /*opacity: 1;*/
}

.jcarousel-pagination a .pagination-circle
{
    margin: 7px 0px 0px 8px;
}

.jcarousel-pagination a.active .pagination-circle, .jcarousel-pagination a.active .pagination-circle
{
    background: #87b43b;
    color: #fff;
    opacity: 1;
    position: relative;
    color: #fff;
    position: relative;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.jcarousel-content { }
.jcarousel-content .jcarousel-box { background: rgba(18, 48, 100, 0.95); bottom: 25px; color: #fff; left: 0; padding: 15px 30px; position: absolute; max-width: 450px; }
.jcarousel-content .jcarousel-box h1, .jcarousel-content .box h2, .jcarousel-content .box h3 { color: #fff; font-size: 22px; margin-bottom: 0.5em; }
.jcarousel-content .jcarousel-box ul { margin-left: 15px; }
.jcarousel-content .jcarousel-box ul li { display: list-item; float: none; list-style: circle; line-height: 1.75em; }
