.bl-slider-home{
    position: relative;
}
.bl-slider-home .slide{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 50vh;
}

body.home .bl-slider-home .slide{
    min-height: 80vh;
}

.bl-slider-home .image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 1em;
}
.bl-slider-home .image img{
    object-fit: contain;
}
.bl-slider-home .title{
    color: #252525;
    margin-top: 0;
}
.bl-slider-home .btn{
    min-width: 14em;
    text-align: center;
}
.bl-slider-home .text{
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
}


.bl-slider-home .slide.only_image a{
    display: block;
    width: 100%;
    height: 100%;
}
.bl-slider-home .slide .description{
    min-height: 6em;
}
.bl-slider-home .flickity-button.previous{
    position: absolute;
    right: 1em;
    left: auto;
    top: auto;
    bottom: 0;
    color: #fff;
    background: none !important;
    display: none;
}
.bl-slider-home .flickity-button-icon {
    visibility: hidden;
}
.bl-slider-home .flickity-button.previous:after{
    content:"\e90f";
    /* font-family: ""; */
    display: block;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em;
    color: #ffffff;
}
.bl-slider-home .flickity-button.next{
    position: absolute;
    right: 8%;
    left: auto;
    bottom: 1.4em;
    top: auto;
    color: #fff;
    background-color: rgba(255,255,255,.5) !important;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    display: none;
}
.bl-slider-home .flickity-button.next:after{
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-top: .2em;
    background-image: url(../../../img/ico-dragdrop.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.bl-slider-home .flickity-page-dots{
    bottom: 2em;
}
.bl-slider-home .flickity-page-dots .dot{
    width: 14px;
    height: 14px;
}
.bl-slider-home .slide .image img{
    padding-top: 8em;
}
@media only screen and (min-width:1024px) {
    .bl-slider-home .slide{
        display: flex;
        flex-direction: row;
        align-items: center;
        background-position: left 0;
        padding-top: 0;
        min-height: 49vw !important;
        height: auto;
        
    }
    body.home .bl-slider-home .slide{
        
    }
    .bl-slider-home .slide .text{
        width: 33%;
        padding-left:5%;
        padding-top: calc( 8em +  4vh );
    }
    .bl-slider-home .slide .description{
        min-height: 9vw;
    }
    .bl-slider-home .slide .image{
        width: 66%;
        padding-left: 8%;
        padding-right: 20%;
    }
    .bl-slider-home .slide .image img{
        padding-top:  6em;
        margin-bottom: 4vw;
    }
    .bl-slider-home .slide.image_left{
        display: flex;
        flex-direction: row-reverse;
    }
    .bl-slider-home .slide.image_left .text{
        width: 40%;
        padding-left: 0;
        padding-right:5%;
    }
    .bl-slider-home .slide.image_left .image{
        width: 60%;
        margin-top: 0;
    }
    .bl-slider-home .image img{
        height: auto;
        width: 100%;
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .bl-slider-home .flickity-button{
        display: none;
    }

}
@media only screen and (min-width:1350px) {
    .bl-slider-home .slide{
        padding-top: 0;
        padding-bottom: 0;
        background-position: left bottom;
        
        align-items: center;
        min-height: 50vw !important;
    }
    
}
@media only screen and (min-width:1660px) {
    .bl-slider-home .slide{
        min-height: 46vw !important;
    }
    
}


