﻿.sliderHolder
{
    max-width:1900px;
    height:fit-content;
    position:relative;
    margin:0 auto;
}
.CommunityInitiativesSlider__slide {
    height: 494px;
    width: 100%;
    background-position: center;
}
.CommunityInitiativesSlider__slide__span {
    text-transform: none;
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    color: white;
    position: absolute;
    top: 48%;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px #000000;
}
/*@media (max-width: 700px) {
    .sliderHolder {
        width: 90%;
    }
    .CommunityInitiativesSlider__slide__span{
        font-size:27px
    }
}*/