.hero {
    padding: 20px;
    min-height: 400px
}

.hero h1 {
    color: #fff !important;
    text-shadow: 0px 0px 5px #000;
    position: absolute;
    font-size: 3vw !important
}

@media only screen and (max-width: 480px) {
    .hero h1 {
        font-size:8vw !important
    }
}

.default-slider {
    margin-top: 30px !important;
    background: url(/themes/faculty_base/images/slider/ug2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.default-slider.slider-homepage {
    padding-top: 145px;
}

.default-slider::before {
    margin-top: 0px !important;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: rgba(0,0,0,.389);
}

.default-slider h1 {
    text-align: center
}

.default-slider h1 span.before {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 400 !important;
    color: #fff !important;
    text-shadow: 0px 0px 5px #000
}

.default-slider .slider-instytut {
    background: url("/themes/faculty_base/images/slider/ug2.webp");
    background-position: center center;
}

.slider-centrumsportowe .default-slider {
    background: url("/themes/faculty_base/images/slider/centrumsportowe-1520x590.webp") !important;
    background-position: center center;
}

.slider-ekopark .default-slider {
    background: url("/themes/faculty_base/images/slider/ekopark.webp") !important;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: center !important;
}

}