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

.slider-wrapper{
    width: 100%;

position: relative;
max-height: 417px;
overflow: hidden; 
    
}

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

.tp-caption.regular_title{
    color: #333;
    font-size: 20px;
    font-family: 'Lato',Arial,Serif;
    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;
    font-family: 'Lato',Arial,Serif;
}

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

.tp-caption.regular_title_cbkg{
    background: rgba(255,255,255,.9);
    color: #33498a;
    font-size: 70px;
    font-family: 'Lato',Arial,Serif;
    font-weight: bold;
    height:70px;      
    display: inline;    
    line-height: 25px;    
    padding: 20px!important;
}

.tp-caption.regular_subtitle_bkg{
    background: rgba(255,255,255,.9);
    color: #b6372d;
    font-size: 40px;
    font-family: 'Lato',Arial,Serif;
    font-weight: normal;
    height:60px;      
    display: inline;    
    line-height: 25px;    
    padding: 20px!important;
}

.tp-caption.regular_text_bkg{
    font: 12px 'lato', 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{
        height:70px;
    }
    .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_subtitle_bkg
    {
    	font-size:14px !important;
    	line-height:12px!important;
    	width:420px;
    }
    .tp-caption.regular_title_cbkg{
        height:65px;
    }
    .slider-wrapper{
         width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .tp-caption.regular_subtitle{
        display: none;
    }
    
    
    .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_subtitle_bkg
    {
    	font-size:12px !important;
    	line-height:9px!important;
    }
    
    .tp-caption.regular_title_cbkg{
        height:50px;
        padding:12px !important;
    }   
    
    
    .slider-wrapper{
        width: 100%;
    }
}