.header_wrapper
{
	position: relative;
    width: 100%;
    float: left;
}
.ed_slider
{
    position: relative;
}
.slide_img
{
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}
.dot_navi
{
    position: absolute;
    left: 50%; 
    bottom: 10px;
}

.ed_slider figcaption
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 102%;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
    position: absolute;
    left: 18%;
    top: 70%;
}
.ed_slider .inner
{
    position: absolute;
    bottom:20px;
    width: 100%;
    margin: 0 auto;
    width: 33vw;
    display: block;
}
.ed_slider  h1
{
    color: #fff;
}
.ed_slider p
{
    color: #fff;
}
.ed_slider p:empty
{
    display: none;
}
.mySlides {display: none}
.mySlides img {vertical-align: middle;}
/* Next & previous buttons */
.header_wrapper .prev, 
.header_wrapper .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.header_wrapper .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #f9f963;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/*If slider has only one image, then display block*/
.ed_slider[data-slide-count="1"] .mySlides 
{
    display: block;
}
/*If no images, then show default */
.default_banner .mySlides 
{
    display: block;
}
.dot_navi
{
    text-align: center;
}
.dot_navi.hide_dots,
.arrows.hide_arrows
{
    display: none;
}
#pause
{
    display: none;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
/*Post Banner*/
.ed_slider  h1 {
    color: #fff;
    font-family: "TradeGothic_regular";
    font-size: 48px;
    font-weight: 400;
}
.ed_slider  h1 strong{
    font-family: 'TradeGothic_bold';
}
.ed_slider  h1 strong:first-child{
    font-size: 52px;
}

.single-post .slide_img {
    height: 500px;
}

@media only screen and (max-width:767px) {
    .slide_img
    {
        height: 100vw;
    }
    .ed_slider .inner
    {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .slide_img
    {
        height: 300px;
    }
    .ed_slider .inner
    {
        width: 100%;
    }
    .slide_img {
        background-position: center center;
    }
    
}
@media only screen and  (max-width:999px) {

    .slide_img {
        background-position: center center;
    }
    .ed_slider figcaption {
        width: auto;
        max-width: 100%;
    }
    .ed_slider h1 {
        font-size: 28px;
    }
    .ed_slider h1 strong:first-child {
        font-size: 32px;
    }
    .ed_slider .inner {
        width: auto;
        bottom: -100px;
        left: -40px;
    }
}