
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */
.slide-show .slide-overlay{
    top: 0;
    bottom: 0;
    height: 100%;
    left: 20px;
    margin-left: 0;
}
.slide-show .btn:after{
        position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    border: none;
    vertical-align: -1px;
    font-family: "FontAwesome";
    content: "\f0da";
    color: #fff;
    width: auto;
    height: auto;
    margin-left: 10px;
    font-size: 16px;
}
.slide-show .slide-text{
    max-width: 100%;
}
.hl-slide-overlay{
    display: table;
    table-layout: fixed;
    height: 100%;
}
.hl-slide-overlay-content{
    display: table-cell;
    vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .slide-show .slide-overlay{
        max-width: 40%;
        margin-left: 0;
        left: 20px;
    }
}

@media screen and (max-width: 991px){
    .slide-show .slide-overlay{
        max-width: 40%;
        margin-left: 0;
        left: 0;
    }
    .slide-show h2.HL-HasHeading{
        font-size: 25px;
    }
    .slide-show .btn:after{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .slide-show h2.HL-HasHeading{
        font-size: 16px;
        margin-bottom: 10px;
    }   
    .slide-show .slide-text{
        font-size: 100%;
    } 
}
@media screen and (max-width: 480px){
    .slide-show .slide-text,
    .slide-button{
        display: none;
    }
}
