#slider_about_us .slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#slider_about_us .slide {
    height: 100vh;
    position: relative;
}

#slider_about_us .slide_content {
    display: block;
    width: 40vh;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    position: absolute;
    text-transform: none;
    text-align: center;
    top: 55vh;
    left: 50%;
    margin-left: -20vh;
    font-size: 3.715vh;
}

#slider_about_us .title, #slider_about_us .subtitle {
    color: white;
}

#slider_about_us .subtitle {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 2.6vh;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: initial;
    margin-top: 2vh;
}

#slider_about_us .small_line {
    display: none;
}

#slider_about_us .slick-arrow {
    display: block;
    position: absolute;
    top: 80vh;
}

#slider_about_us .slick-next {
    right: 18.8vw;
}

#slider_about_us .slick-prev {
    left: 20vw;
    z-index: 1001;
}

#slider_about_us .slick-next:before, #slider_about_us .slick-prev:before {
    font: normal normal normal 3vh/1 FontAwesome;
}

#slider_about_us .slide_counter {
    display: block;
    position: absolute;
    top: 80vh;
    font-family: 'Lato', sans-serif;
    font-size: 2vh;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    text-transform: initial;
    width: 4vw;
    left: 50%;
    margin-left: -2vw;
    text-align: center;
}

#slider_about_us .slide_page_number {
    font-weight: 700;
}
