.pogoSlider {
    height: calc(100vh - 120px);
    padding: 0!important;
}

.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    height: 100%;
}

@media screen and (max-width:767px) {
    .pogoSlider-nav-btn {
        display: none!important
    }
}

.pogoSlider-nav-btn {
    width: 10px!important;
    height: 12px!important;
    box-shadow: none
}

.slider-content {
    /* margin-top: 80px; */
    position: absolute;
    right: 0px;
    bottom: 74px;
    padding: 4px 50px;
    /* background-color: rgba(255, 255, 255, 0); */ /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    max-width:80%;
}

.slider-content h2 {
    font-size: 55px;
    font-weight: 500;
    color: #000;
    line-height: initial;
    margin: 0;
    background: none;
    padding-bottom: 0;
    text-align: right;
    font-family: Roboto Slab;
}

.slider-content p {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    text-align: right;
    line-height: initial;
    margin-top: 0;
    font-family:Roboto Slab;
}

@media screen and (max-width:1200px) {
    /*.pogoSlider-slide {
        background-size: cover;
        max-height: 650px;
    }*/
    .pogoSlider {
        /* height: 400px; */
    }
    .slider-content {
        margin-top: 70px;
    }
    .slider-content h2 {
        /* font-size: 30px; */
        /* font-weight: 100; */
        /* color: #fff; */
        /* line-height: 150%; */
        /* margin: 0; */
    }
    .slider-content p {
        /* font-size: 18px; */
        /* font-weight: 100; */
        /* color: #fff; */
        /* text-align: justify; */
        /* line-height: 180%; */
        /* margin-top: 20px; */
    }
}

@media screen and (max-width:769px) {
    .slider-content {
        padding: 0 25px 0 110px;
        margin-top: 0;
        bottom: 0;
    }
    .slider-content h2 {
        font-size: 30px;
        /* font-weight: 100; */
        /* color: #fff; */
        /* line-height: 150%; */
        /* margin: 0 */
    }
    .slider-content p {
        font-size: 16px;
        /* font-weight: 100; */
        /* color: #fff; */
        /* text-align: justify; */
        /* line-height: 180%; */
        /* margin-top: 0; */
    }
}

@media screen and (max-width:465px) {
    .slider-content {
        padding: 0 25px 0 0;
        margin-top: 0;
    }
    .slider-content h2 {
        font-size: 30px;
        font-weight: 100;
        /* color: #fff; */
        /* line-height: 150%; */
        /* margin: 0; */
    }
    .slider-content p {
        font-size: 16px;
        font-weight: 100;
        /* color: #fff; */
        /* text-align: justify; */
        /* line-height: 180%; */
        /* margin-top: 20px; */
    }
}
