.slider-nav {
    width: 100%;
    left: 0;
    height: 100%;
}



figcaption .h1 {
    font-size: 1rem
}

figcaption .lead {
    font-size: 1rem
}

.next,
.prev {
    position: absolute;
    font-size: 3rem;
    z-index: 1;
}

.next,
.prev {
    color: #333 !important
}

.container .prev {
    left: -95px;
}

.container .next {
    right: -95px;
}

.prev {
    left: 40px;
}

.next {
    right: 40px;
}


.video img {
    opacity: 1
}

.video .ekko::after {
    font-family: FontAwesome;
    content: "\f04b";
    position: absolute;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #FFF;
    z-index: 2;
    width: 200px;
    overflow: hidden;
    color: #FFF;
    margin-top: 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);/* IE6-9 */
}

.modal-dialog {
    min-width: 60%;
    padding-top: 1%;
}

.modal-content,
.modal-header {
    background: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.close {

    opacity: 1;
    font-size: 4rem
}

.video .caption {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.modal-backdrop.show {
    opacity: .9;
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 68px) {
    .ekko-lightbox-container div {
        height: 350px;
    }
    .owl-pagination {
        visibility: hidden
    }
    .video .ekko::after {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        line-height: 50px;
        padding-left: 0px;
        left: 43.5%;
    }
    .next,
    .prev,
    .video .ekko::after {
        top: 5.5%;
    }
}


/* Medium devices (desktops, 992px and up) */


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 176px) {
    figcaption .h1 {
        font-size: 1rem
    }
    figcaption .lead {
        font-size: 0.9rem
    }
    .caption {
        position: relative;
        top: 0;
        margin-top: 0
    }
    .ekko-lightbox-container div {
        height: 450px;
    }
    .owl-pagination {
        visibility: visible
    }
    .video .ekko::after {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        line-height: 50px;
        padding-left: 0px;
        left: 44.5%;
    }
    .next,
    .prev,
    .video .ekko::after {
        top: 11.5%;
    }
}

@media (min-width: 768px) {
    figcaption .h1 {
        font-size: 2rem
    }
    figcaption .lead {
        font-size: 1rem
    }
    .caption {
        position: relative;
        padding: 1rem;
        background: rgba(0, 0, 0, .5);
        margin-top: -180px;
    }
}

@media (min-width: 992px) {
    figcaption .h1 {
        font-size: 2rem
    }
    figcaption .lead {
        font-size: 1rem
    }
    .ekko-lightbox-container div {
        height: 450px;
    }
    .owl-pagination {
        visibility: visible
    }
    .video .ekko::after {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        line-height: 50px;
        padding-left: 0px;
        left: 45.5%;
    }
    .next,
    .prev,
    .video .ekko::after {
        top: 32.5%;
    }
    .cols-slider .video .ekko::after {
        left: 41.5%;
    }
}

@media (min-width: 1200px) {
    figcaption .h1 {
        font-size: 2rem
    }
    figcaption .lead {
        font-size: 1rem
    }
    .ekko-lightbox-container div {
        height: 650px;
    }
    .video .ekko::after {
        width: 100px;
        height: 100px;
        font-size: 3rem;
        line-height: 100px;
        padding-left: 10px;
        top: 32.5%;
        left: 45.5%;
    }
    .cols-slider .video .ekko::after {
        left: 41.5%;
    }
}
