.fullwidthbanner-container{
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 520px !important;
    overflow: hidden;    
    margin-bottom: 0px;
    background: #fff;
}

.slider-wrapper{
width: 100%;
background:#fff;
border:1px solid #fff;
border-radius:8px;
position: relative;
height:auto;
overflow: hidden; 
padding:2px;
margin-bottom:15px;
    
}

/***********************************
        -	CAPTIONS	-
************************************/

.tp-caption.regular_title{
    color: #333;
    font-size: 20px;
    
    text-transform: uppercase;
    font-weight: 500;    
    white-space: normal !important;
    line-height: 38px;
}

.tp-caption.regular_subtitle{
    color: #444;
    font-size: 18px;        
    white-space: normal !important;
    position: relative;
    z-index: 260;
    
}

.tp-caption.regular_text{
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #777;
    line-height: 20px;
    width: 380px !important;    
    white-space: normal !important;
}

.tp-caption.regular_title_cbkg{
    background: rgba(48, 149, 89,0.6);
    color: #001642;
    font-size: 40px!important;
    
    height:auto;      
    display: inline;    
    line-height: 25px;    
    padding: 20px!important;
}

.tp-caption.regular_subtitle_bkg{
    color: #309559;
    font-size: 18px;
    white-space: normal !important;
    position: relative;
    z-index: 260;
    background: rgba(0,22,66,.6);
    padding: 15px 20px;
    font-weight: bold;
}

.tp-caption.regular_text_bkg{
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    width: 380px !important;    
    white-space: normal !important;
    background: #57686f;
    text-align: justify
    padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 959px){
    .tp-caption.regular_text{
        width: 340px !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }
    
    .tp-caption.regular_title_cbkg{
        font-size:35px!important;
    }
    .slider-wrapper{
        width: 100%;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .tp-caption.regular_text, 
    .tp-caption.regular_title, 
    .tp-caption.regular_subtitle{
        width: 200px !important;
    }
    .tp-caption.regular_title_cbkg{
        font-size:24px!important;
        padding:15px!important;
    }
    .tp-caption.regular_subtitle_bkg{
        font-size:15px!important;
    }
    .slider-wrapper{
         width: 100%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 479px){
    .tp-caption.regular_subtitle{
        display: none;
    }
    .tp-caption.regular_subtitle_bkg{
        font-size:14px!important;
    }
    
    .tp-caption.regular_title,
    .tp-caption.regular_text,
    .tp-caption.regular_subtitle_bkg,
    .tp-caption.regular_title_cbkg,
    .tp-caption.regular_text_bkg{
        width: 320px !important;
    }

    .tp-caption.regular_title_cbkg{
        font-size:15px!important;
        padding:7px!important;
    }
    
    .button	{
        display: none;
    }
    
    .slider-wrapper{
        width: 100%;
    }
}