@media (max-width: 575.98px) {
    .SliderCaption h2{
        font-size: 17px;
    }
    #SliderCaption{
        position: relative;
    }
}

@media (min-width: 576px) and (max-width: 767.98px){
    .SliderCaption h2{
        font-size: 24px;
    }
    #SliderCaption{
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    .SliderCaption h2{
        font-size: 34px;
    }
    #SliderCaption{
        position: absolute;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .SliderCaption h2{
        font-size: 44px;
    }
    #SliderCaption{
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .SliderCaption h2{
        font-size: 54px;
    }
    #SliderCaption{
        position: absolute;
    }
}
