﻿.DP_Slider
{
    width: 100%;
    background-color: black;
}
.DP_Slider_CAVB_Homepage
{
    /*margin-top: 215px;*/
    margin-bottom:75px;
}
.DP_Slider .DP_Slider_in
{
    display: inline-block;
    margin-bottom: -5px;
    overflow: hidden;
    text-align: center;
    height: 450px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

.DP_Slider h2
{
    color: white;
    text-shadow: 2px 2px 2px black;
}

.DP_Slider .Slider_Text_Container {
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    /*line-height: 90px;*/
    vertical-align: top;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DP_Slider .Slider_Image_Container
{
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.label_align_right_slider
{
    color: #ffffff;
    font-size: 1.8em;
    /*line-height: 2.3em;*/
    margin: auto;
    text-align: center;
    /*text-transform: uppercase;*/
}

@media screen and (max-width: 1279px) /*Lg*/
{
    .DP_Slider .DP_Slider_in
    {
        width: 100%;
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*.DP_Slider_CAVB_Homepage
    {
        margin-top: 205px;
    }*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) /*Md*/
{
    /*.DP_Slider_CAVB_Homepage
    {
        margin-top: 205px;
    }*/
}
@media screen and (min-width: 1280px)
{
    .DP_Slider .DP_Slider_in
    {
        /*width: 1280px;*/
        width: 100%;
        height: 450px;
        background-position: center;
        background-repeat: no-repeat;
    }

}
