

.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.slide-content.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    margin-top: 50px;
}
h2.hero-slider-title {
    font-size: 75px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
}

.hero-slider-subtitle p {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
        margin: 0;
}

h2.hero-slider-title:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -100px;
}

.block-slider:after {
    content: "\f0d7";
    position: absolute;
    bottom: 90px;
    left: 50%;
    font-family: fontawesome;
    color: #fff;
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    text-align: center;
    animation: bounce 2s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
}
.content-block.block-type-slider {
    padding: 0;
}
ul.slick-dots {
    bottom: 10px;
}
@keyframes bounce {
  0% { transform: translate3d(0, 0, 0);     }
  50% { transform: translate3d(0, 0, 0);     }
  75% { transform: translate3d(0, -20px, 0);     }
  100%   { transform: translate3d(0, 30px, 0); }
}
.hero-banner .slick-slide{
    min-height: 100vh;
}


@media screen and (max-width:1440px) {
h2.hero-slider-title {
    font-size: 68px;
}
    .hero-slider-subtitle p {
    font-size: 36px;
}
    h2.hero-slider-title:after {
        bottom: -4px;
    }
}

@media screen and (max-width:1200px) {
h2.hero-slider-title {
    font-size: 56px;
}
    .hero-slider-subtitle p {
    font-size: 27px;
}
    h2.hero-slider-title:after {
        bottom: -3px;
    }
}

@media screen and (max-width:767px) {
h2.hero-slider-title {
    font-size: 40px;
}
    .hero-slider-subtitle p {
    font-size: 27px;
}
        h2.hero-slider-title:after {
        bottom: 0px;
    }
    .block-slider:after {
    animation: none;
    bottom: 30px;
}
}